summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-13 15:16:23 +0200
committerJonas Smedegaard <dr@jones.dk>2021-05-13 15:16:23 +0200
commit603f7413194eed4bfe0752c83ee4df58c295d4db (patch)
tree01bd25474deb35650187f1e70b28f9feb916a85d
parent0bd62b4cc04820f00c66f7f1016b269ef3e8de14 (diff)
update skeleton NS to drop CAA record for cacert.org (list only letsencrypt.org); fix drop unneeded skeleton CAA
-rw-r--r--bind/fake-222/jones.dk1
-rw-r--r--bind/pri/jones.dk1
-rw-r--r--bind/skel/CAA1
-rw-r--r--bind/skel/NS1
4 files changed, 0 insertions, 4 deletions
diff --git a/bind/fake-222/jones.dk b/bind/fake-222/jones.dk
index 80efe67..d903a04 100644
--- a/bind/fake-222/jones.dk
+++ b/bind/fake-222/jones.dk
@@ -10,7 +10,6 @@ $TTL 1w
$INCLUDE JONES.DK/skel/A-222
$INCLUDE JONES.DK/skel/MX
-$INCLUDE JONES.DK/skel/CAA
@ NS localhost.
NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp
NAPTR 20 0 "s" "SIP+D2T" "" _sip._tcp
diff --git a/bind/pri/jones.dk b/bind/pri/jones.dk
index fbf5990..e9be073 100644
--- a/bind/pri/jones.dk
+++ b/bind/pri/jones.dk
@@ -11,7 +11,6 @@ $TTL 1h
$INCLUDE JONES.DK/skel/NS
$INCLUDE JONES.DK/skel/A
$INCLUDE JONES.DK/skel/MX
-$INCLUDE JONES.DK/skel/CAA
@ NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp
NAPTR 20 0 "s" "SIP+D2T" "" _sip._tcp
NAPTR 30 0 "s" "SIP+D2U" "" _sip._udp
diff --git a/bind/skel/CAA b/bind/skel/CAA
deleted file mode 100644
index 11f0a56..0000000
--- a/bind/skel/CAA
+++ /dev/null
@@ -1 +0,0 @@
-@ CAA 128 issue "letsencrypt.org"
diff --git a/bind/skel/NS b/bind/skel/NS
index fe98a61..fdad4e0 100644
--- a/bind/skel/NS
+++ b/bind/skel/NS
@@ -3,5 +3,4 @@
@ NS ns.superserver.dk.
@ NS ns.homebase.dk.
@ CAA 0 issue "letsencrypt.org"
-@ CAA 0 issue "cacert.org"
@ CAA 0 iodef "mailto:hostmaster@jones.dk"