1
0
Fork 0
This repository has been archived on 2023-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
lesson-python_ip_tunnel/config_client.json

11 lines
209 B
JSON
Raw Permalink Normal View History

2020-04-17 14:48:08 +00:00
{
"mode": "client",
2020-04-18 16:16:49 +00:00
"address": "192.168.1.11",
2020-04-17 14:48:08 +00:00
"port": 12345,
2020-04-18 16:16:49 +00:00
"iface_name": "tun2",
2020-04-17 14:58:05 +00:00
"iface_mtu": 1500,
2020-04-18 16:16:49 +00:00
"iface_addr": "10.0.0.2",
"iface_dstaddr": "10.0.0.1",
2020-04-17 14:58:05 +00:00
"iface_netmask": "255.255.255.0"
2020-04-17 14:48:08 +00:00
}