mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
@@ -2,7 +2,7 @@ package file
|
||||
|
||||
import "github.com/miekg/dns"
|
||||
|
||||
// replaceWithWildcard replaces the left most label with '*'.
|
||||
// replaceWithAsteriskLabel replaces the left most label with '*'.
|
||||
func replaceWithAsteriskLabel(qname string) (wildcard string) {
|
||||
i, shot := dns.NextLabel(qname, 0)
|
||||
if shot {
|
||||
|
||||
Reference in New Issue
Block a user