]> granicus.if.org Git - pdns/commitdiff
make documentation align with code
authorMark McKinstry <mmckinst@nexcess.net>
Mon, 4 Apr 2016 18:36:55 +0000 (14:36 -0400)
committerMark McKinstry <mmckinst@nexcess.net>
Mon, 4 Apr 2016 18:38:48 +0000 (14:38 -0400)
The documentation says 'locations' is disabled by default but the [code enables it by default](https://github.com/PowerDNS/pdns/blob/bb310f41bef9bbbfab2337c15e5ea280322acbae/modules/tinydnsbackend/tinydnsbackend.cc#L314)

The 'locations' option in tinydns does split horizon. If someone has location
records, they probably want them to be used by default and not have all records
returned.

docs/markdown/authoritative/backend-tinydns.md

index d9c493ec569dfa605646037d35ce91c4e64b5d54..00b50af0982aa5eb0707a41e7c53bcc224de21bb 100644 (file)
@@ -38,7 +38,7 @@ The `tinydns-data` program can create data.cdb files that have bad/corrupt RDATA
 
 ### `tinydns-locations`
 * Boolean
-* Default: no
+* Default: yes
 Enable or Disable location support in the backend. Changing the value to 'no' will make the backend ignore the locations. This then returns all records. When the setting is changed to 'no' an AXFR will also return all the records. With the setting on 'yes' an AXFR will only return records without a location.
 
 ## Location and Timestamp support