24 lines
438 B
INI
24 lines
438 B
INI
[aaa]
|
|
connect_addr = 127.0.0.1
|
|
connect_port = 1194
|
|
cipher = aes:ctr
|
|
checksum = sha256
|
|
keepalive = 15 30
|
|
auto_connect = no
|
|
allow_new_connect = no
|
|
try_reconnect_sec = 30
|
|
public_key = aaa.pub
|
|
output_auth_method = 5
|
|
|
|
[server]
|
|
connect_addr = 192.168.1.31
|
|
connect_port = 1194
|
|
cipher = aes:mixed
|
|
checksum = sha256
|
|
keepalive = 15 30
|
|
auto_connect = yes
|
|
allow_new_connect = yes
|
|
try_reconnect_sec = 10
|
|
public_key = server.pub
|
|
output_auth_method = 4
|