Fixed IPv6 address (used to be tinydns format)
authorNigel Metheringham <nigel@exim.org>
Wed, 18 Apr 2012 13:05:34 +0000 (14:05 +0100)
committerNigel Metheringham <nigel@exim.org>
Wed, 18 Apr 2012 13:05:34 +0000 (14:05 +0100)
exim.org.lua

index f77068f287ce78ddcc0578dd54012e496b9dbda8..0526aa9357ece45848c5c6c4c72e65fc8382a4de 100644 (file)
@@ -12,7 +12,7 @@
 
 -- IPs we use
 local main_ipv4 = '131.111.8.192'
-local main_ipv6 = '2001063002120008020423fffed6b664'
+local main_ipv6 = '2001:630:212:8:204:23ff:fed6:b664'
 
 -- Standard TTL
 local ttl = 7200