- 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
11 lines
295 B
Text
11 lines
295 B
Text
@startjson wireguardContainerConfig
|
|
{
|
|
"container : string": "amnezia-wireguard",
|
|
"wireguard : array":
|
|
{
|
|
"last_config : string": "native wireguard config",
|
|
"port : string": "port number",
|
|
"transport_proto : string": "udp"
|
|
}
|
|
}
|
|
@endjson
|