Browse Source

update conf

fatedier 7 years ago
parent
commit
2b1ba3a946
1 changed files with 4 additions and 0 deletions
  1. 4 0
      conf/frpc_full.ini

+ 4 - 0
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