1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

add frpc.ini

This commit is contained in:
kev 2017-11-02 20:41:29 +08:00
parent 4628dafe96
commit 0c93ba9930

12
frp/data/frpc.ini Normal file

@ -0,0 +1,12 @@
[common]
server_addr = 1.2.3.4
server_port = 7000
protocol = kcp
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
use_encryption = true
use_compression = true