mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-18 13:26:05 +00:00
Update dnsconfig.js
This commit is contained in:
+1
-1
@@ -162,6 +162,6 @@ var ignored = [
|
||||
];
|
||||
|
||||
// Push TXT record of when the zone was last updated
|
||||
records.push(TXT("_zone-updated", Date.now().toString()));
|
||||
records.push(TXT("_zone-updated", "\"" + Date.now().toString() + "\""));
|
||||
|
||||
D(domainName, registrar, dnsProvider, options, ignored, records);
|
||||
|
||||
Reference in New Issue
Block a user