mirror of
https://github.com/fatedier/frp.git
synced 2026-05-22 07:16:07 -06:00
update doc
This commit is contained in:
parent
a2c318d24c
commit
d57ed7d3d8
3 changed files with 64 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue