Merge pull request #746 from fatedier/mux

http port and https port can be same with frps bind_port
This commit is contained in:
fatedier
2018-05-06 22:54:30 +08:00
committed by GitHub
8 changed files with 433 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ kcp_bind_port = 7000
# proxy_bind_addr = 127.0.0.1
# if you want to support virtual host, you must set the http port for listening (optional)
# Note: http port and https port can be same with bind_port
vhost_http_port = 80
vhost_https_port = 443