1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 02:31:31 +00:00
dockerfiles/frp/data/frpc.ini

14 lines
212 B
INI
Raw Normal View History

2017-11-02 12:41:29 +00:00
[common]
server_addr = 1.2.3.4
server_port = 7000
protocol = kcp
2017-11-02 13:00:28 +00:00
privilege_token = 12345678
2017-11-02 12:41:29 +00:00
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
2017-11-09 09:49:37 +00:00
remote_port = 20000
2017-11-02 12:41:29 +00:00
use_encryption = true
use_compression = true