|
@@ -27,7 +27,7 @@ outbound_peer_discovery_cooloff_time = 60
|
|
|
allowed_transports = ["tcp+tls", "tor"]
|
|
allowed_transports = ["tcp+tls", "tor"]
|
|
|
|
|
|
|
|
## Addresses we want to advertise to peers
|
|
## Addresses we want to advertise to peers
|
|
|
-external_addr = ["tcp+tls://[youripv6address]:26661", "tor://youraddress.onion:your-port"]
|
|
|
|
|
|
|
+external_addr = ["tcp+tls://MY_IP_V4:26661", "tcp+tls://MY_IP_V6:26661", "tcp+tls://my.resolveable.address:26661", "tor://youraddress.onion:your-port"]
|
|
|
|
|
|
|
|
## Seed nodes to connect to
|
|
## Seed nodes to connect to
|
|
|
seeds = [
|
|
seeds = [
|
|
@@ -37,7 +37,7 @@ seeds = [
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
## P2P accept addresses
|
|
## P2P accept addresses
|
|
|
-inbound = ["tcp://127.0.0.1:your-port", "tcp+tls://[::]:26661"]
|
|
|
|
|
|
|
+inbound = ["tcp://127.0.0.1:your-port", "tcp+tls://0.0.0.0:26661", "tcp+tls://[::]:26661"]
|
|
|
|
|
|
|
|
## Outbound connection slots
|
|
## Outbound connection slots
|
|
|
outbound_connections = 8
|
|
outbound_connections = 8
|