mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
support server plugin feature
This commit is contained in:
@@ -71,3 +71,13 @@ tcp_mux = true
|
||||
|
||||
# custom 404 page for HTTP requests
|
||||
# custom_404_page = /path/to/404.html
|
||||
|
||||
[plugin.user-manager]
|
||||
addr = 127.0.0.1:9000
|
||||
path = /handler
|
||||
ops = Login
|
||||
|
||||
[plugin.port-manager]
|
||||
addr = 127.0.0.1:9001
|
||||
path = /handler
|
||||
ops = NewProxy
|
||||
|
||||
Reference in New Issue
Block a user