Auto-update: Mon Nov 25 15:45:22 PST 2024

This commit is contained in:
sanj 2024-11-25 15:45:22 -08:00
parent 33f2a60b11
commit 5a162cd785

4
vpn
View file

@ -10,10 +10,10 @@ PRIVACY_FRIENDLY_COUNTRIES = ['Sweden', 'Switzerland', 'Germany', 'Finland', 'Ne
TAILSCALE_ARGS = [ TAILSCALE_ARGS = [
'--exit-node-allow-lan-access', '--exit-node-allow-lan-access',
'--stateful-filtering=false', # '--stateful-filtering=false',
'--accept-dns', '--accept-dns',
# '--accept-routes', # '--accept-routes',
# '--auto-update' '--auto-update'
] ]
def get_current_exit_node(): def get_current_exit_node():