mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode (#2932)
This commit is contained in:
parent
bd89eaba2f
commit
4af85da0c2
22 changed files with 606 additions and 283 deletions
|
|
@ -30,6 +30,9 @@ vhost_https_port = 443
|
|||
# HTTP CONNECT requests. By default, this value is 0.
|
||||
# tcpmux_httpconnect_port = 1337
|
||||
|
||||
# If tcpmux_passthrough is true, frps won't do any update on traffic.
|
||||
# tcpmux_passthrough = false
|
||||
|
||||
# set dashboard_addr and dashboard_port to view dashboard of frps
|
||||
# dashboard_addr's default value is same with bind_addr
|
||||
# dashboard is available only if dashboard_port is set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue