aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update files to make use of new ACLsWarren Baker2011-09-291-3/+3
|
* Add / so when in sub-dirs the correct path is used.Warren Baker2011-09-041-1/+1
|
* Move some settings to advanced page.Warren Baker2011-06-121-22/+16
|
* Add author info.Warren Baker2011-03-021-1/+1
|
* Update version number to match Unbound version number, Removed extra ↵Warren Baker2011-03-021-7/+2
| | | | additional file and better describe the ACL system.
* Update Copyright date.Warren Baker2011-01-311-1/+1
|
* Remove manual user deletion (its handled by the pkg removal process). Also ↵Warren Baker2011-01-311-0/+6
| | | | added Cache Restoration support, so the existing cache is dumped to disk and restored in case of a service restart, reboot or shutdown of the server.
* s/queries from/query from/Scott Ullrich2011-01-191-1/+1
|
* Added Unbound ACL's page, users can now specify which networks are allowed ↵Warren Baker2011-01-121-1/+10
| | | | to query, refused, denied and allowed to snoop Unbound.
* Add option to disable TXT support(txts were created automatically containing ↵Warren Baker2011-01-041-0/+24
| | | | the descrs for hosts etc.). Also added a bunch of optimization settings and lastly a missing require_once().
* Add DNS Rebinding check as checkbox. If any DNS answers return RFC1918 ↵Warren Baker2010-12-171-0/+7
| | | | address the answer is stripped, unless the domain is configured in domainoverrides. With this option disabled all RFC1918 answers will be returned. Possibly need to break this and few other options into rowhelper type page...
* Add unbound_validation() to ensure that DNSMasq is not enabled, if so dont ↵Warren Baker2010-12-071-0/+3
| | | | disable it but inform the user. Also dont assume Unbound should be set to 'on' but rather inform the user they need to configure it before it will be started.
* Add register DHCP leases and register static DHCP leases. The former is ↵Warren Baker2010-12-061-0/+16
| | | | commented out for now as will required dhcpleases to be expanded. Also break out statistics into its own listtopic.
* Added configurable Statistics settings.Warren Baker2010-12-021-0/+39
| | | | Remove touch() of unbound log file at install time - this is all handled by syslog now.
* Update copyright to include myself.Warren Baker2010-12-021-2/+2
|
* Add Unbound Status tabScott Ullrich2010-11-211-0/+4
|
* Add unbound status fileScott Ullrich2010-11-211-0/+5
|
* doh! Use pfSense pkg repo not mine :)Warren Baker2010-11-191-2/+2
|
* Initial commit of the Unbound package (that 1 day will replace dnsmasq). It ↵Warren Baker2010-11-161-0/+125
is currently limited in configuration options but it does what DNSMasq does excluding the DNS rebind check. Need to investigate that.