update doc

This commit is contained in:
fatedier
2017-06-14 01:23:34 +08:00
parent a2c318d24c
commit d57ed7d3d8
3 changed files with 64 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
bind_addr = 0.0.0.0
bind_port = 7000
# udp port used for kcp protocol, it can be same with 'bind_port'
# if not set, kcp is disabled in frps
kcp_bind_port = 7000
# if you want to support virtual host, you must set the http port for listening (optional)
vhost_http_port = 80
vhost_https_port = 443
@@ -49,6 +53,3 @@ subdomain_host = frps.com
# if tcp stream multiplexing is used, default is true
tcp_mux = true
# if server support client using kcp protocol, default is true
support_kcp = true