diff --git a/discovery/dns/dns.go b/discovery/dns/dns.go index 7dd740a251..4838a89547 100644 --- a/discovery/dns/dns.go +++ b/discovery/dns/dns.go @@ -245,7 +245,7 @@ func (d *Discovery) refreshOne(ctx context.Context, name string, ch chan<- *targ dnsSrvRecordTargetLabel: dnsSrvRecordTarget, dnsSrvRecordPortLabel: dnsSrvRecordPort, dnsMxRecordTargetLabel: dnsMxRecordTarget, - dnsNsRecordTargetLabel: dnsNsRecordTarget, + dnsNsRecordTargetLabel: dnsNsRecordTarget, }) }