Update vpn
This commit is contained in:
parent
70594cda84
commit
cc849f2aec
1 changed files with 7 additions and 2 deletions
9
vpn
9
vpn
|
@ -11,8 +11,13 @@ import os
|
||||||
LOG_FILE = 'log.txt'
|
LOG_FILE = 'log.txt'
|
||||||
|
|
||||||
PRIVACY_FRIENDLY_COUNTRIES = [
|
PRIVACY_FRIENDLY_COUNTRIES = [
|
||||||
'Sweden', 'Switzerland', 'Germany',
|
'Finland',
|
||||||
'Finland', 'Netherlands', 'Norway'
|
'Germany',
|
||||||
|
'Iceland',
|
||||||
|
'Netherlands',
|
||||||
|
'Norway',
|
||||||
|
'Sweden',
|
||||||
|
'Switzerland'
|
||||||
]
|
]
|
||||||
|
|
||||||
TAILSCALE_ARGS = [
|
TAILSCALE_ARGS = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue