mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
15 lines
220 B
INI
15 lines
220 B
INI
[common]
|
|
server_addr = 1.2.3.4
|
|
server_port = 7000
|
|
protocol = kcp
|
|
token = 12345678
|
|
admin_port = 7400
|
|
|
|
[ssh]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 22
|
|
remote_port = 20000
|
|
use_encryption = true
|
|
use_compression = true
|