From a4c05e6ff9f455e55f773bdf031454e96a5aacf0 Mon Sep 17 00:00:00 2001 From: XueBing Date: Sun, 18 Dec 2016 23:43:08 +0800 Subject: [PATCH] show "Port" incorrectly in dashboard --- src/models/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/config/config.go b/src/models/config/config.go index 366c087..c772d0c 100644 --- a/src/models/config/config.go +++ b/src/models/config/config.go @@ -32,7 +32,7 @@ type BaseConf struct { type ProxyServerConf struct { BaseConf BindAddr string `json:"bind_addr"` - ListenPort int64 `json:"bind_port"` + ListenPort int64 `json:"listen_port"` CustomDomains []string `json:"custom_domains"` Locations []string `json:"custom_locations"`