mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
Update entrypoint.sh
This commit is contained in:
parent
6506fd03ab
commit
6d352b090a
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
--metrics.addr=0.0.0.0 \
|
||||
--metrics.port=6060 \
|
||||
--nodekey $GETH_DATA_DIR/boot.key \
|
||||
--netrestrict 172.13.0.0/24 \
|
||||
--netrestrict 172.29.0.0/16 \
|
||||
--nat extip:$NODE_IP
|
||||
|
||||
elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
||||
|
|
@ -102,7 +102,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
--miner.etherbase=$BLOCK_SIGNER_ADDRESS \
|
||||
--allow-insecure-unlock \
|
||||
--nousb \
|
||||
--netrestrict 172.13.0.0/24 \
|
||||
--netrestrict 172.29.0.0/16 \
|
||||
--metrics \
|
||||
--metrics.addr=0.0.0.0 \
|
||||
--metrics.port=6060 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue