-
Notifications
You must be signed in to change notification settings - Fork 28
/
kv_cfg.ini
18 lines (17 loc) · 1016 Bytes
/
kv_cfg.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[server_0]
mode=server # Run as server mode
key_file=serv.key # AES key file
vnd_id=0 # Virtual network device ID (For SylixOS)
tap_name=tap0 # Virtual network device name (For Linux & Windows)
mtu=1464 # 1280 ~ 1472 (Optional default: 1464)
local_ip=192.168.0.1 # Local IP address in this system
port=10088 # Local port (Optional default: 10088)
[client_0]
mode=client # Run as client mode
key_file=cli.key # AES key file
vnd_id=0 # Virtual network device ID (For SylixOS)
tap_name=tap0 # Virtual network device name (For Linux & Windows)
mtu=1464 # 1280 ~ 1472 must same as server (Optional default: 1464)
server=123.123.123.123 # KidVPN Server address
port=10088 # Server port (Optional default: 10088)
hole_punching=0 # UDP hole punching enable (Optional default: 0)