allow VPN connections to Goerli/Mainnet WebSocket API

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-12-04 18:04:04 +01:00
parent 989aeacb51
commit 9c5abd392a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 4 additions and 0 deletions

View File

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

View File

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