add custom dashboard bind address

This commit is contained in:
timerever
2017-11-28 15:56:34 +08:00
parent 0f1005ff61
commit 8c65b337ca
3 changed files with 15 additions and 3 deletions

View File

@@ -19,7 +19,10 @@ kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
# set dashboard_port to view dashboard of frps
# 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
dashboard_addr = 0.0.0.0
dashboard_port = 7500
# dashboard user and pwd for basic auth protect, if not set, both default value is admin