]> granicus.if.org Git - pdns/commitdiff
clarify booleans in our documentation, plus serve-rfc1918 correction.
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 4 Feb 2015 12:03:05 +0000 (13:03 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 4 Feb 2015 12:03:05 +0000 (13:03 +0100)
docs/markdown/recursor/settings.md

index d570b469d253767836f58187825b18d0c1d73574..841587b3b24f36d74dbc94b454102a4a5731de83 100644 (file)
@@ -1,6 +1,15 @@
 # All PowerDNS Recursor Settings
 Each setting can appear on the command line, prefixed by '--', or in the configuration file. The command line overrides the configuration file.
 
+**Note**:  Settings marked as 'Boolean' can either be set to an empty value, which
+means on, or to 'no' or 'off' which means off. Anything else means on.
+
+So, as an example:
+
+ * 'serve-rfc1918' on its own means: do serve those zones. 
+ * 'serve-rfc1918=off' or 'serve-rfc1918=no' means: do not serve those zones. 
+ * Anything else means: do serve those zones.
+
 ## `aaaa-additional-processing`
 * Boolean
 * Default: No
@@ -472,7 +481,7 @@ which also disables outgoing IPv6 support.
 
 Don't log queries.
 
-## `serve-rfc-1918`
+## `serve-rfc1918`
 * Boolean
 * Default: yes