Point more transition hostnames at hummus
authorPhil Pennock <pdp@exim.org>
Sun, 9 Mar 2014 12:51:03 +0000 (08:51 -0400)
committerPhil Pennock <pdp@exim.org>
Sun, 9 Mar 2014 12:51:03 +0000 (08:51 -0400)
exim.org.lua

index 78cda901588133378640bc26ccf4d81232f210e5..1d99d41988f305b2e9b02dd5cac220ec8c542568 100644 (file)
@@ -32,7 +32,13 @@ end
 
 -- Server transition
 
-a_and_aaaa('newsite', hummus_ipv4, hummus_ipv6, ttl)
+local newsite_record_names = {
+    'newsite',
+    'n-vcs', 'n-docs', 'n-git', 'n-dev', 'n-wiki', 'n-lists', 'n-bugs', 'n-ftp',
+    'n-www' }
+for val in values(newsite_record_names) do
+    a_and_aaaa(val, hummus_ipv4, hummus_ipv6, ttl)
+end
 
 
 -- MX records