mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
update doc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user