From: Phil Pennock Date: Thu, 27 Oct 2016 03:53:21 +0000 (-0400) Subject: add buildfarm host alias X-Git-Url: https://git.exim.org/exim-dns.git/commitdiff_plain/0e447aa6de0ada52e470315bad8ed4af3ef039f8 add buildfarm host alias --- diff --git a/exim.org.lua b/exim.org.lua index 58099ad..0f7475e 100644 --- a/exim.org.lua +++ b/exim.org.lua @@ -46,6 +46,9 @@ a('www.tw', '192.72.81.219', ttl) a('www.pl', '193.219.28.2', ttl) cname('www.no', 'spheniscus.uninett.no', ttl) +-- Misc other services held elsewhere +cname('buildfarm', 'eximfarm.krot.org', ttl) + -- Delegation of testdns.exim.org for testsuite ns('testdns', 'nlns.globnix.net', ttl) ns('testdns', 'us0ns.globnix.net', ttl)