use int type for port

master
dingjun 8 years ago
parent 1617034fad
commit f9fed80fd6

@ -13,7 +13,7 @@ type conf struct {
type listen struct { type listen struct {
Host string Host string
Port string Port int
Cert string Cert string
Key string Key string
EnableProxy bool EnableProxy bool

Loading…
Cancel
Save