all repos — dns @ 3427ba66c0e34a2f6e77014e2d126c45eeb99e6a

DNS records for my domains, managed via dnscontrol

move dns to HE/hasel

Alin
commit

3427ba66c0e34a2f6e77014e2d126c45eeb99e6a

parent

2fdab31d29d75880c2f5dea0f8dc659fec0c5aee

1 file changed, 5 insertions(+), 8 deletions(-)

changed files
M dnsconfig.jsdnsconfig.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',