summaryrefslogtreecommitdiff
path: root/dotfiles/.config/Proton/VPN/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/Proton/VPN/settings.json')
-rw-r--r--dotfiles/.config/Proton/VPN/settings.json32
1 files changed, 32 insertions, 0 deletions
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