mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
net: just patch any external_addr which is set to [::], rather than looping over inbounds
This commit is contained in:
@@ -5,7 +5,7 @@ verbose = 2
|
||||
hostlist = "example/node1.tsv"
|
||||
inbound = ["tcp://[::]:10202"]
|
||||
allowed_transports = ["tcp"]
|
||||
external_addrs = ["tcp://[::1]:10202"]
|
||||
external_addrs = ["tcp://[::]:10202"]
|
||||
seeds = ["tcp://[::1]:10200"]
|
||||
outbound_connections = 5
|
||||
magic_bytes = [127, 64, 12, 201]
|
||||
|
||||
Reference in New Issue
Block a user