]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add lowercase-outgoing documentation
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 23 Mar 2016 13:10:26 +0000 (14:10 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 23 Mar 2016 17:44:44 +0000 (18:44 +0100)
docs/markdown/recursor/settings.md

index e8cbd6f7af3007ac1907b57f5212fb7c0d33897f..131e668de8e2e1ee908299d4f4a7f19428f240e6 100644 (file)
@@ -367,6 +367,19 @@ Some DNS errors occur rather frequently and are no cause for alarm.
 If set to a digit, logging is performed under this LOCAL facility. See
 [Logging](../common/logging.md#logging). Do not pass names like 'local0'!
 
+## `lowercase-outgoing`
+* Boolean
+* Default: no
+* Available since: 4.0.0
+
+Set to true to lowercase the outgoing queries. When set to 'no' (the default) a
+query from a client using mixed case in the DNS labels (such as a user entering
+mixed-case names or [draft-vixie-dnsext-dns0x20-00](http://tools.ietf.org/html/draft-vixie-dnsext-dns0x20-00)),
+PowerDNS preserves the case of the query. Broken authoritative servers might give
+a wrong or broken answer on this encoding. Setting `lowercase-outgoing` to 'yes'
+makes the PowerDNS Recursor lowercase all the labels in the query to the authoritative
+servers, but still return the proper case to the client requesting.
+
 ## `lua-config-file`
 * Filename
 * Available since 4.0.0