show "Port" incorrectly in dashboard

This commit is contained in:
XueBing 2016-12-18 23:43:08 +08:00
parent d93dd82ed9
commit a4c05e6ff9
1 changed files with 1 additions and 1 deletions

View File

@ -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"`