]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add our security zone, plus update documentation
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 18:54:40 +0000 (20:54 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 18:54:40 +0000 (20:54 +0200)
pdns/docs/secpoll.zone [new file with mode: 0644]
pdns/docs/security-poll.md

diff --git a/pdns/docs/secpoll.zone b/pdns/docs/secpoll.zone
new file mode 100644 (file)
index 0000000..923a9c4
--- /dev/null
@@ -0,0 +1,8 @@
+@              86400   IN      SOA     powerdnssec1.ds9a.nl. ahu.ds9a.nl. 1343746995 10800 3600 604800 10800
+@              3600    IN      NS      powerdnssec1.ds9a.nl.
+@              3600    IN      NS      powerdnssec2.ds9a.nl.
+auth-3.4.0.security-status                             60 IN TXT "1 OK"
+recursor-3.6.0.security-status                                 60 IN TXT "3 Upgrade now, see http://doc.powerdns.com/html/powerdns-advisory-2014-01.html"
+recursor-3.6.1.security-status                         60 IN TXT "1 OK"
+
+
index 8e83aab78f15997019d90ea38527797b489ec181..c5e63c2f0834ba2a9a3d6bb6a8c295eac4098ae6 100644 (file)
@@ -47,7 +47,7 @@ insecure to be secure in reality.
 To solve this issue, PowerDNS can be compiled with a distribution setting
 which will move the security polls from:
 'auth-x.y.z.security-status.secpoll.powerdns.com' to
-'auth-x.y.z-n.security-status.debian.secpoll.powerdns.com
+'auth-x.y.z-n.debian.security-status.secpoll.powerdns.com
 
 Note two things, one, there is a separate namespace for debian, and
 secondly, we use the package version of this release. This allows us to know
@@ -58,10 +58,10 @@ The configuration setting 'security-poll-suffix' is by default set to
 'secpoll.powerdns.com'. If empty, nothing is polled. This can be moved to
 'secpoll.yourorganization.com'.
 
-If compiled with DISTRIBUTION=dist PACKAGEVERSION=3.1.6-abcde, queries will be sent to
-"auth-3.1.6-abcde.dist.security-poll-suffix".
+If compiled with PACKAGEVERSION=3.1.6-abcde.debian, queries will be sent to
+"auth-3.1.6-abcde.debian.security-status.security-poll-suffix".
 
 ## Delegation
 If a distribution wants to host its own file with version information, we
-can delegate dist.secpoll.powerdns.com to their nameservers directly.
+can delegate dist.security-status.secpoll.powerdns.com to their nameservers directly.