mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 10:42:16 -04:00
bind: support multiple values (#2128)
Signed-off-by: Shengjing Zhu <i@zhsj.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user