hummus config; use for "newsite"
authorPhil Pennock <pdp@exim.org>
Mon, 22 Jul 2013 21:26:30 +0000 (17:26 -0400)
committerPhil Pennock <pdp@exim.org>
Mon, 22 Jul 2013 21:26:30 +0000 (17:26 -0400)
exim.org.lua

index edc19a04250ca27f5aabad92e7508382903c86cd..78cda901588133378640bc26ccf4d81232f210e5 100644 (file)
 --    .exim.org::c.ns.bytemark.co.uk:21600
 
 -- IPs we use
-local main_ipv4 = '131.111.8.192'
-local main_ipv6 = '2001:630:212:8:204:23ff:fed6:b664'
+local tahini_ipv4 = '131.111.8.192'
+local tahini_ipv6 = '2001:630:212:8:204:23ff:fed6:b664'
+local hummus_ipv4 = '131.111.8.88'
+local hummus_ipv6 = '2001:630:212:8::e:f0e'
+local main_ipv4 = tahini_ipv4
+local main_ipv6 = tahini_ipv6
 
 -- Standard TTL
 local ttl = 28800
@@ -26,6 +30,11 @@ for val in values(a_record_names) do
     a_and_aaaa(val, main_ipv4, main_ipv6,       ttl)
 end
 
+-- Server transition
+
+a_and_aaaa('newsite', hummus_ipv4, hummus_ipv6, ttl)
+
+
 -- MX records
 mx(_a,              'tahini.csx.cam.ac.uk', 5,  ttl)
 mx(_a,              'boom.graemef.net', 15,     ttl)