From 24cf4cd9daea0b45924f8582fd4d6bd5da93444a Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Fri, 7 Aug 2026 10:53:20 +0200 Subject: add cosmic config to dotfiles --- dotfiles/.config/Proton/VPN/settings.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dotfiles/.config/Proton/VPN/settings.json (limited to 'dotfiles/.config/Proton/VPN/settings.json') 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 -- cgit