mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
show "Port" incorrectly in dashboard
This commit is contained in:
parent
d93dd82ed9
commit
a4c05e6ff9
@ -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"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user