mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 22:25:27 +00:00
Update dnsconfig.js
This commit is contained in:
@@ -170,6 +170,5 @@ 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