- added documentation describing the processing of the server config when trying to open a VPN connection - added documentation describing config for wireguard
20 lines
No EOL
651 B
Text
20 lines
No EOL
651 B
Text
@startjson
|
|
{
|
|
"containers : array":
|
|
{
|
|
"container : string": "amnezia-wireguard",
|
|
"wireguard : array":
|
|
{
|
|
"last_config : string": "native wireguard config",
|
|
"port : string": "port number",
|
|
"transport_proto : string": "udp"
|
|
}
|
|
},
|
|
"defaultContainer : string": "amnezia-wireguard",
|
|
"description : string": "server name alias",
|
|
"hostName : string": "server address",
|
|
"password : string": "password for user",
|
|
"port : string": "port number",
|
|
"userName : string": "user for ssh connection"
|
|
}
|
|
@endjson |