We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f68044c + 5648d11 commit 1d1ebf5Copy full SHA for 1d1ebf5
types.go
@@ -327,5 +327,5 @@ func split255(s string) []string {
327
}
328
329
func (rec *Record) fqdn() string {
330
- return rec.Zone + rec.Name
+ return rec.Name + "." + rec.Zone
331
0 commit comments