- if the parameter is found, parts of the native config for protocols will be downloaded (so far only wireguard) and updated - minor refactoring of error handling, now reference are used instead of pointers - removed temp config with allowedIps
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
@startjson serverConfigWithoutWriteAccessV2
|
|
{
|
|
"containers : array":
|
|
[
|
|
{
|
|
"container : string": "amnezia-openvpn",
|
|
"openvpn : array": "<color:blue>openvpn container config"
|
|
},
|
|
{
|
|
"container : string": "amnezia-openvpn-cloak",
|
|
"openvpn : array": "<color:blue>openvpn container config",
|
|
"cloak : array": "<color:blue>cloak container config"
|
|
},
|
|
{
|
|
"container : string": "amnezia-shadowsocks",
|
|
"openvpn : array": "<color:blue>openvpn container config",
|
|
"shadowsocks : array": "<color:blue>shadowsocks container config"
|
|
},
|
|
{
|
|
"container : string": "amnezia-wireguard",
|
|
"wireguard : array": "<color:blue>wireguard container config"
|
|
}
|
|
],
|
|
"defaultContainer : string": "container name",
|
|
"description : string": "server name alias",
|
|
"dns1 : string": "dns address",
|
|
"dns2 : string": "dns address",
|
|
"hostName : string": "server address",
|
|
"version : number": "2",
|
|
"nativeConfigParametrsStorage : string": "storage address"
|
|
}
|
|
@endjson
|