From 5a162cd785ab6de48862bfbacead8749dc7c316e Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:45:22 -0800 Subject: [PATCH] Auto-update: Mon Nov 25 15:45:22 PST 2024 --- vpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpn b/vpn index f2c066f..d2424cd 100755 --- a/vpn +++ b/vpn @@ -10,10 +10,10 @@ PRIVACY_FRIENDLY_COUNTRIES = ['Sweden', 'Switzerland', 'Germany', 'Finland', 'Ne TAILSCALE_ARGS = [ '--exit-node-allow-lan-access', - '--stateful-filtering=false', +# '--stateful-filtering=false', '--accept-dns', # '--accept-routes', -# '--auto-update' + '--auto-update' ] def get_current_exit_node():