Set different listeners per protocol version

This commit is contained in:
Manuel de Brito Fontes 2017-04-09 15:03:27 -03:00
parent 7c635a8c83
commit 25bb7e4311
3 changed files with 25 additions and 8 deletions

View file

@ -347,4 +347,5 @@ type TemplateConfig struct {
HealthzURI string
CustomErrors bool
Cfg Configuration
IsIPV6Enabled bool
}