amnezia-client/docs/configs/containerConfig/wireguard/wireguardContainerConfig.plantuml
vladimir.kuznetsov 5a2a96982a added parameter nativeConfigParametersStorage to .vpn format config.
- 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
2023-01-26 19:44:08 +03:00

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