mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 00:47:03 +00:00
Specifically set extip to loopback address for local testnet
This commit is contained in:
parent
2e5899c6d7
commit
10d9042893
@ -177,7 +177,7 @@ for NUM_NODE in $(seq 0 $(( ${NUM_NODES} - 1 ))); do
|
||||
fi
|
||||
|
||||
stdbuf -o0 build/beacon_node \
|
||||
--nat=none \
|
||||
--nat:extip:127.0.0.1 \
|
||||
--log-level="${LOG_LEVEL}" \
|
||||
--tcp-port=$(( ${BOOTSTRAP_PORT} + ${NUM_NODE} )) \
|
||||
--udp-port=$(( ${BOOTSTRAP_PORT} + ${NUM_NODE} )) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user