From c7af1ada0a13087461efb43223f0e662851d5e9d Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sat, 19 May 2012 18:45:55 -0400 Subject: [PATCH] Removed two country aliases: US IN www.in: cname target "exim.in.freeos.com" not in DNS. www.us: server gives up hosting provider page. --- exim.org.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exim.org.lua b/exim.org.lua index 2fa5d15..edc19a0 100644 --- a/exim.org.lua +++ b/exim.org.lua @@ -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 -- 2.30.2