Specifically set extip to loopback address for local testnet

This commit is contained in:
kdeme 2020-03-11 10:07:39 +01:00 committed by tersec
parent 2e5899c6d7
commit 10d9042893
1 changed files with 1 additions and 1 deletions

View File

@ -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} )) \