From: Nigel Metheringham Date: Sat, 19 May 2012 14:27:55 +0000 (+0100) Subject: Added delegation for testdns X-Git-Url: https://git.exim.org/exim-dns.git/commitdiff_plain/44a722ffb9cd28d9adb6d0b1374a666f7d697e05?hp=59c999d8cf12ef740f1954db0effbd37a21d6c36 Added delegation for testdns --- diff --git a/exim.org.lua b/exim.org.lua index 536cb79..8ff17b6 100644 --- a/exim.org.lua +++ b/exim.org.lua @@ -49,4 +49,8 @@ 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') +ns('testdns', 'us0ns.globnix.net') + -- end \ No newline at end of file