Removed two country aliases: US IN
authorPhil Pennock <pdp@spodhuis.org>
Sat, 19 May 2012 22:45:55 +0000 (18:45 -0400)
committerPhil Pennock <pdp@spodhuis.org>
Sat, 19 May 2012 22:45:55 +0000 (18:45 -0400)
www.in: cname target "exim.in.freeos.com" not in DNS.
www.us: server gives up hosting provider page.

exim.org.lua

index 2fa5d155719c8a1317c762c04eae917576864eb0..edc19a04250ca27f5aabad92e7508382903c86cd 100644 (file)
@@ -33,7 +33,6 @@ mx(_a,              'boom.graemef.net', 15,     ttl)
 mx('bugs',          'tahini.csx.cam.ac.uk', 5,  ttl)
 
 -- Mirrors etc - A and a few CNAME records
-a('www.us',         '209.58.132.254',           ttl)
 a('www.ie',         '193.120.14.243',           ttl)
 a('www.fr',         '193.54.153.246',           ttl)
 a('www.congo',      '194.7.39.155',             ttl)
@@ -42,10 +41,9 @@ a('www.de',         '195.211.161.101',          ttl)
 a('www.tw',         '192.72.81.219',            ttl)
 a('www.pl',         '193.219.28.2',             ttl)
 cname('www.no',     'spheniscus.uninett.no',    ttl)
-cname('www.in',     'exim.in.freeos.com',       ttl)
 
 -- Delegation of testdns.exim.org for testsuite
 ns('testdns',       'nlns.globnix.net',         ttl)
 ns('testdns',       'us0ns.globnix.net',        ttl)
 
--- end
\ No newline at end of file
+-- end