Rename Standard to Normalize
Some doc updates and tweaks.
This commit is contained in:
parent
6ecbdef112
commit
7fb959470e
3 changed files with 6 additions and 5 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue