blob: bd97bb3fc77efbbc0e73ac904b68c65c2145ae38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{ "Type": "Ethernet",
"Name": "testopenvpn",
"VPN": {
"Host": "users host",
"Type": "OpenVPN",
"OpenVPN": {
"Port": 1195,
"Password": "users password"
}
},
"ProxySettings": {
"Type": "Direct"
},
"IPConfigs": [
{ "Type": "IPv4",
"IPAddress": "127.0.0.1",
"SearchDomains": [ "acme.org" ] },
{ "Type": "IPv4",
"IPAddress": "1.2.3.4" }
]
}
|