mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
move comma to the right place
This commit is contained in:
parent
433a382342
commit
c1db93a679
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ network.
|
|||
|
||||
Setting up peer-to-peer networking depends on your requirements. If you connect nodes
|
||||
across the Internet, please ensure that your bootnode and all other nodes have public IP
|
||||
addresses assigned and both TCP, and UDP traffic can pass the firewall.
|
||||
addresses assigned, and both TCP and UDP traffic can pass the firewall.
|
||||
|
||||
If Internet connectivity is not required or all member nodes connect using well-known IPs,
|
||||
we strongly recommend setting up Geth to restrict peer-to-peer connectivity to an IP
|
||||
|
|
|
|||
Loading…
Reference in a new issue