aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add privileges configuration to bind packagedoktornotor2015-12-021-1/+5
|
* bind - code style fixesdoktornotor2015-08-221-104/+158
| | | | | | - Fix copyright header - Fix file permissions - Nuke loads of unused tags - Improve descriptions, typo fixes
* BIND - add support for named command line options -4 and -6Stuart Wyatt2015-04-091-0/+12
| | | | | | | | -4 and -6 restrict the resolver to use the IPv4 and IPv6 transports respectively. The option is needed for the cases such as when you have IPv6 enabled on the LAN, but the WAN does not support IPv6. Add a list of choices with IPv4+IPv6 (default), IPv4 (only) and IPv6 (only) If IPv4 is selected, -4 will be added to the command line If IPv6 is selected, -6 will be added to the command line
* BIND - add global settings for named.confStuart Wyatt2015-04-091-0/+17
| | | | | | Add field similar to custom options, but for global settings. Rather than being added to the options{} clause, these settings are added directly to named.conf. This allows the addition of items such as key{} and server{} clauses.
* BIND package code clean upStuart Wyatt2015-04-071-268/+272
| | | | | | | | Code cleanup to reflect coding style guidelines and consistency Tabs only, always uses braces, spacing C/C++ style comments Use array_key_exists instead of key_exists $config[] keys are always enclosed in quotes and use single quotes for literals
* Remove wrong message, just one log level can be selected. It fixes #4144Renato Botelho2014-12-261-2/+1
|
* Clean up some of BIND text.Chris Buechler2014-11-281-15/+15
|
* Fixup URLs:Renato Botelho2014-03-181-8/+8
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Enable built-in ACLs; Fix version.bind; Fix typoscrocomo2014-03-041-1/+1
| | | | | | | | | | | * Enable use of the built-in ACLs as per [1]. Especially 'localhost' and 'localnets' come in handy on large firewall installations. * Fix version.bind so that the server does not process queries at all as per [1], which is more secure. * Typo with listenon: Any -> any (more or less an esthetic fix) * Two minor indentation errors [1] http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html
* bind -remove unsed functions and fix sync code for automatic option.Marcello Coutinho2013-10-251-2/+0
|
* bind - include dnssec backup to xml option, include a lot of logging options ↵Marcello Coutinho2013-10-241-6/+58
| | | | | | and forward it to resolver systemlog tab via syslog. add more info on sync tab
* bind - include redirect zone type, enable/disable zone option and fix sync codeMarcello Coutinho2013-10-231-2/+3
|
* bind - add widget, forward zone, rndc config and check slave zone dir ↵Marcello Coutinho2013-10-171-0/+5
| | | | permissions
* bind - add rate limit optionMarcello Coutinho2013-10-101-12/+40
|
* bind - run named with chrootMarcello Coutinho2013-10-091-8/+9
|
* bind - include pbi and fix file download pathMarcello Coutinho2013-10-091-2/+2
|
* bind - Fix typosMarcello Coutinho2013-10-081-6/+6
| | | | Thanks to phil-davis
* bind - First package filesMarcello Coutinho2013-10-071-0/+231