middleware/whois: hook it up

Hook it up properly by adding it to the directives list. And add
the Target to the SRV record to actually return valid DNS messages.
This commit is contained in:
Miek Gieben
2016-09-17 17:50:16 +01:00
parent 30fd224504
commit 80b22a5071
2 changed files with 7 additions and 4 deletions

View File

@@ -92,4 +92,5 @@ var directives = []string{
"etcd",
"kubernetes",
"proxy",
"whoami",
}