You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the main ip bind address is already forced to use the ip received from the vpn after connecting, one other ip to consider is the rpc bind address. It defaults to 0.0.0.0 which means it is potentially open to access from the vpn (internet wide open?). The firewall auto allows 9091 I think. If you force it to detect and bind to the docker network IP, then you can update this in settings before starting up as well. then it would only allow access via local network through docker port mapping and the local network environment variable? if this is moot with any firewall scripting already in place, please ignore.
you can do this already manually by designating an ip address in docker-compose and editing settings.json before starting the container
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the main ip bind address is already forced to use the ip received from the vpn after connecting, one other ip to consider is the rpc bind address. It defaults to 0.0.0.0 which means it is potentially open to access from the vpn (internet wide open?). The firewall auto allows 9091 I think. If you force it to detect and bind to the docker network IP, then you can update this in settings before starting up as well. then it would only allow access via local network through docker port mapping and the local network environment variable? if this is moot with any firewall scripting already in place, please ignore.
you can do this already manually by designating an ip address in docker-compose and editing settings.json before starting the container
Beta Was this translation helpful? Give feedback.
All reactions