kopia lustrzana https://github.com/bugout-dev/moonstream
Wildcard for geth http.vhosts flag to work with node balancer
rodzic
366d189b46
commit
e1a2d48d33
|
@ -11,7 +11,8 @@ ExecStart=/usr/bin/geth --syncmode snap --cache 4096 \
|
|||
--txpool.globalslots 153600 --txpool.globalqueue 3072 \
|
||||
--http --http.api eth,web3,txpool \
|
||||
--http.addr "${AWS_LOCAL_IPV4}" \
|
||||
--http.port 8545
|
||||
--http.port 8545 \
|
||||
--http.vhosts "*"
|
||||
ExecStop=/bin/kill -s SIGINT -$MAINPID
|
||||
TimeoutStopSec=300
|
||||
SyslogIdentifier=geth
|
||||
|
|
Ładowanie…
Reference in New Issue