[puppet] Attemp to fix rDNS ipv6 issue
by Nicolas Chauvet
commit df954b5350b835816b00c8d03aa2963ac598cd34
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 11 14:59:07 2015 +0100
Attemp to fix rDNS ipv6 issue
files/dns/rpmfusion.net | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/files/dns/rpmfusion.net b/files/dns/rpmfusion.net
index 89e8e29..d7d6b50 100644
--- a/files/dns/rpmfusion.net
+++ b/files/dns/rpmfusion.net
@@ -1,6 +1,6 @@
$TTL 5M
@ IN SOA ns1.rpmfusion.net. matthias.saou.eu. (
- 2015102601 ; Serial
+ 2015111101 ; Serial
6H ; Refresh
1H ; Retry
5W ; Expire
@@ -11,7 +11,7 @@ $TTL 5M
@ IN MX 10 mx1.rpmfusion.net.
-@ 600 IN TXT "v=spf1 a mx ip4:46.105.55.71/32 ~all"
+@ 600 IN TXT "v=spf1 a mx ip4:46.105.55.71/32 ip6:2001:41d0:2:ad32::1/128 ~all"
@ IN A 46.105.55.72 ; se02.ovh
IN AAAA 2001:41d0:2:ad32::2 ; se02.ovh
@@ -37,6 +37,9 @@ se02.ovh IN AAAA 2001:41d0:2:ad32::2
se03.ovh IN A 46.105.55.73
se03.ovh IN AAAA 2001:41d0:2:ad32::3
+; workaround for ipv6 rDNS mx
+se01.ovh6 IN AAAA 2001:41d0:2:ad32::1
+
; system at online.net
hv01.online IN A 195.154.185.75
pkgs01.online IN A 212.129.31.198
9 years, 1 month