Commit 6afcfb83 authored by Miek Gieben's avatar Miek Gieben

remove bogus comment

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent 57111eba
...@@ -54,7 +54,6 @@ func (t *Traffic) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg ...@@ -54,7 +54,6 @@ func (t *Traffic) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg
// ok this cluster doesn't exist, potentially due to extra labels, which may be garbage or legit queries: // ok this cluster doesn't exist, potentially due to extra labels, which may be garbage or legit queries:
// legit is: // legit is:
// endpoint-N.cluster // endpoint-N.cluster
// _tcp.cluster
labels := dns.SplitDomainName(cluster) labels := dns.SplitDomainName(cluster)
switch len(labels) { switch len(labels) {
case 2: case 2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment