allow VPN connections to Goerli/Mainnet WebSocket API
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
989aeacb51
commit
9c5abd392a
|
@ -13,6 +13,8 @@ geth_log_level_name: info
|
|||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
geth_websocket_origins: '*'
|
||||
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
|
|
|
@ -13,6 +13,8 @@ geth_log_level_name: info
|
|||
geth_websocket_enabled: true
|
||||
# Geth auth
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
# Allow connections from our Tinc VPN
|
||||
geth_websocket_origins: '*'
|
||||
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
|
|
Loading…
Reference in New Issue