mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Rename Standard to Normalize
Some doc updates and tweaks.
This commit is contained in:
@@ -24,7 +24,7 @@ func (z Zones) Matches(qname string) string {
|
||||
return zone
|
||||
}
|
||||
|
||||
// Fully qualify all zones in z
|
||||
// FullyQualify fully qualifies all zones in z.
|
||||
func (z Zones) FullyQualify() {
|
||||
for i, _ := range z {
|
||||
z[i] = dns.Fqdn(z[i])
|
||||
|
||||
Reference in New Issue
Block a user