bind: support multiple values (#2128)

Signed-off-by: Shengjing Zhu <i@zhsj.me>
This commit is contained in:
zhsj
2018-11-27 09:27:58 +08:00
committed by Matt Holt
parent 764c9ec956
commit 3a810c6502
8 changed files with 114 additions and 38 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type SiteConfig struct {
// The hostname to bind listener to;
// defaults to Addr.Host
ListenHost string
ListenHosts []string
// TLS configuration
TLS *caddytls.Config