Browse Source

update conf

pull/401/head
fatedier 7 years ago
parent
commit
2b1ba3a946
  1. 4
      conf/frpc_full.ini

4
conf/frpc_full.ini

@ -128,11 +128,15 @@ local_port = 22
use_encryption = false
use_compression = false
# user of frpc should be same in both stcp server and stcp vistor
[secret_tcp_vistor]
# frpc role vistor -> frps -> frpc role server
role = vistor
type = stcp
# the server name you want to vistor
server_name = secret_tcp
sk = abcdefg
# connect this address to vistor stcp server
bind_addr = 127.0.0.1
bind_port = 9000
use_encryption = false

Loading…
Cancel
Save