1
0
Fork 0

Add configs

This commit is contained in:
Alex Kotov 2020-04-17 19:48:08 +05:00
parent 88fd54bc54
commit 9340c2681f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 14 additions and 0 deletions

7
config_client.json Normal file
View File

@ -0,0 +1,7 @@
{
"mode": "client",
"address": "127.0.0.1",
"port": 12345,
"iface_name": "tun0",
"iface_mtu": 1500
}

7
config_server.json Normal file
View File

@ -0,0 +1,7 @@
{
"mode": "server",
"address": "0.0.0.0",
"port": 12345,
"iface_name": "tun1",
"iface_mtu": 1500
}