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
33
34
35
36
37
38
39
40
41
42
43
44
|
{
"account_token": "12345678901",
"relay_settings": {
"normal": {
"location": {
"only": {
"city": [
"us",
"atl"
]
}
},
"tunnel_protocol": "any",
"wireguard_constraints": {
"port": "any"
},
"openvpn_constraints": {
"port": "any",
"protocol": "any"
}
}
},
"bridge_settings": {
"normal": {
"location": "any"
}
},
"bridge_state": "auto",
"allow_lan": true,
"block_when_disconnected": false,
"auto_connect": true,
"tunnel_options": {
"openvpn": {
"mssfix": null
},
"wireguard": {
"mtu": null
},
"generic": {
"enable_ipv6": true
}
},
"settings_version": 2
}
|