summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 23:09:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-04 13:31:34 +0200
commit8b5b7478ab474019630551b3c07ef534cf6e2520 (patch)
tree5295f45b595f888b86fe7fa152c2ab7436f62adf /doc
parent8e71f48c0c817b0ebdaebb8c82c7652e4415c732 (diff)
services: knot: Remove obsolete DISABLE-ANY? zone option.
It is now silently ignored by knotd. * gnu/services/dns.scm (<knot-zone-configuration>): Remove DISABLE-ANY? field. Adjust all previous users. * doc/guix.texi (DNS Services): Undocument it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2a1fea2987..423b26ef64 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26799,9 +26799,6 @@ A list of acl identifiers.
@item @code{semantic-checks?} (default: @code{#f})
When set, this adds more semantic checks to the zone.
-@item @code{disable-any?} (default: @code{#f})
-When set, this forbids queries of the ANY type.
-
@item @code{zonefile-sync} (default: @code{0})
The delay between a modification in memory and on disk. 0 means immediate
synchronization.