diff --git a/conf.go b/conf.go index b668dbc..e380423 100644 --- a/conf.go +++ b/conf.go @@ -13,7 +13,7 @@ type conf struct { type listen struct { Host string - Port string + Port int Cert string Key string EnableProxy bool