diff options
Diffstat (limited to 'dotfiles/.config/Proton')
| -rw-r--r-- | dotfiles/.config/Proton/VPN/app-config.json | 5 | ||||
| -rw-r--r-- | dotfiles/.config/Proton/VPN/settings.json | 32 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dotfiles/.config/Proton/VPN/app-config.json b/dotfiles/.config/Proton/VPN/app-config.json new file mode 100644 index 0000000..66f6af2 --- /dev/null +++ b/dotfiles/.config/Proton/VPN/app-config.json @@ -0,0 +1,5 @@ +{ + "tray_pinned_servers": [], + "connect_at_app_startup": "CH-AT#2", + "start_app_minimized": true +}
\ No newline at end of file diff --git a/dotfiles/.config/Proton/VPN/settings.json b/dotfiles/.config/Proton/VPN/settings.json new file mode 100644 index 0000000..4f76bd2 --- /dev/null +++ b/dotfiles/.config/Proton/VPN/settings.json @@ -0,0 +1,32 @@ +{ + "protocol": "wireguard", + "killswitch": 2, + "custom_dns": { + "enabled": false, + "ip_list": [] + }, + "ipv6": true, + "anonymous_crash_reports": false, + "features": { + "netshield": 2, + "moderate_nat": false, + "vpn_accelerator": true, + "port_forwarding": false, + "split_tunneling": { + "enabled": false, + "mode": "exclude", + "config_by_mode": { + "exclude": { + "mode": "exclude", + "app_paths": [], + "ip_ranges": [] + }, + "include": { + "mode": "include", + "app_paths": [], + "ip_ranges": [] + } + } + } + } +}
\ No newline at end of file |
