diff --git a/exec/load/fido.js b/exec/load/fido.js
index 48020c2486af0920bfabd611a444ca0ff8c32610..aa744072a205f0b369338e1f2426c440b6ef8cd2 100644
--- a/exec/load/fido.js
+++ b/exec/load/fido.js
@@ -450,7 +450,7 @@ Object.defineProperties(FIDO.Addr.prototype, {
 
 			if (this.point !== undefined)
 				ret += format("p%d", this.point);
-			ret += format("f%d.n%d.z%d.%s", this.node, this.net, this.zone, FIDO.domainDNSMap[this.domain] === undefined ? '.example.com' : FIDO.domainDNSMap[this.domain]);
+			ret += format("f%d.n%d.z%d.%s", this.node, this.net, this.zone, FIDO.FTNDomains.domainDNSMap[this.domain] === undefined ? '.example.com' : FIDO.FTNDomains.domainDNSMap[this.domain]);
 			return ret;
 		}
 	}