show "Port" incorrectly in dashboard

pull/182/head
XueBing 8 years ago
parent d93dd82ed9
commit a4c05e6ff9

@ -32,7 +32,7 @@ type BaseConf struct {
type ProxyServerConf struct { type ProxyServerConf struct {
BaseConf BaseConf
BindAddr string `json:"bind_addr"` BindAddr string `json:"bind_addr"`
ListenPort int64 `json:"bind_port"` ListenPort int64 `json:"listen_port"`
CustomDomains []string `json:"custom_domains"` CustomDomains []string `json:"custom_domains"`
Locations []string `json:"custom_locations"` Locations []string `json:"custom_locations"`

Loading…
Cancel
Save