Wildcard for geth http.vhosts flag to work with node balancer

pull/515/head
kompotkot 2022-01-11 12:19:40 +00:00
rodzic 366d189b46
commit e1a2d48d33
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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