Auto-update: Mon Nov 25 15:45:22 PST 2024
This commit is contained in:
parent
33f2a60b11
commit
5a162cd785
1 changed files with 2 additions and 2 deletions
4
vpn
4
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():
|
||||
|
|
Loading…
Reference in a new issue