summaryrefslogtreecommitdiff
path: root/dotfiles/.config/Proton/VPN/settings.json
blob: 4f76bd2324fd89746735885c28f654f6e61ed0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": []
                }
            }
        }
    }
}