parent
88fd54bc54
commit
9340c2681f
@ -0,0 +1,7 @@ |
||||
{ |
||||
"mode": "client", |
||||
"address": "127.0.0.1", |
||||
"port": 12345, |
||||
"iface_name": "tun0", |
||||
"iface_mtu": 1500 |
||||
} |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"mode": "server", |
||||
"address": "0.0.0.0", |
||||
"port": 12345, |
||||
"iface_name": "tun1", |
||||
"iface_mtu": 1500 |
||||
} |
Reference in new issue