Fix --no_auto_relay help (#199)

pull/204/head^2
Alexander Borzunov 1 year ago committed by GitHub
parent c2cb6d19ae
commit 42d1bbb568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ def main():
'Default: server announces IPv4/IPv6 addresses of your network interfaces')
parser.add_argument("--no_auto_relay", action="store_false", dest="use_auto_relay",
help="Do not look for libp2p relays to reach peers behind NATs/firewalls")
help="Do not look for libp2p relays to become reachable if we are behind NAT/firewall")
parser.add_argument('--host_maddrs', nargs='+', required=False,
help='Multiaddrs to listen for external connections from other peers')

Loading…
Cancel
Save