From 037f9c2987d60ea8e58a81c387c1c3b92a29f7ce Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:34:53 -0800 Subject: [PATCH] Auto-update: Tue Nov 5 16:34:53 PST 2024 --- vpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpn b/vpn index cd9908c..f2c066f 100755 --- a/vpn +++ b/vpn @@ -10,9 +10,9 @@ 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', +# '--accept-routes', # '--auto-update' ]