move dns to HE/hasel
1 file changed, 5 insertions(+), 8 deletions(-)
changed files
M dnsconfig.js → dnsconfig.js
@@ -108,15 +108,15 @@ return CNAME.bind(CNAME, source, target).apply(CNAME, recordModifiers) }) } -var nsHosts = ['ns3', 'ns4'].map(function (hostname) { - return hostname + '.vpsfree.cz.' +var heHosts = [2, 3, 4, 5].map(function (i) { + return 'ns' + i + '.he.net.' }) -var nameservers = nsHosts.map(function (hostname) { +var nameservers = heHosts.map(function (hostname) { return NAMESERVER(hostname) }) -var soa = SOA('@', 'ns3.vpsfree.cz.', 'hostmaster.alanpearce.eu.', 43200, 3600, 2419200, 120) +var soa = SOA('@', 'ns2.he.net.', 'hostmaster.alanpearce.eu.', 43200, 3600, 2419200, 120) // Providers:@@ -219,10 +219,6 @@ fly('status'), fly('uptime'), bulkCNAME([ - 'pdns', - ], 'smrk'), - - bulkCNAME([ 'binarycache', 'cal', 'ci',@@ -232,6 +228,7 @@ 'go', 'iam', 'id', 'notify', + 'pdns', 'redis', 'searchix', 'stats',