aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
Commit message (Collapse)AuthorAgeFilesLines
* Set number of operating threads equal to number of cpu/coresScott Ullrich2010-12-151-1/+10
|
* Use complete path to unbound-controlScott Ullrich2010-12-141-7/+7
|
* private-domain: was needed to ensure responses with RFC1918 addresses are ↵Warren Baker2010-12-141-12/+24
| | | | allowed and not stripped. This protection is for DNS Rebinding.
* Only print stub-prime: once.Warren Baker2010-12-141-1/+1
|
* forward-zone: expect upstream DNS server to be authorative for everything. ↵Warren Baker2010-12-141-2/+3
| | | | So in the case of a CNAME it could potentially return FAIL. Rather let Unbound do the resolving. Bump version number.
* Add unbound_validation() to ensure that DNSMasq is not enabled, if so dont ↵Warren Baker2010-12-072-10/+13
| | | | 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.
* Use correct quotes for TXT records and escape quotes.Warren Baker2010-12-061-2/+3
|
* Add function to read /etc/hosts file for any DHCPLeases updates on ↵Warren Baker2010-12-061-9/+51
| | | | resave/restart. Unfortunately, for the moment, it will require a resave on Unbound for any changes in /etc/hosts to be updated in Unbound. local-data: configs should be split out into a separate file.
* 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.
* Correctly handle /etc/hosts entries and static DHCP entries.Warren Baker2010-12-061-6/+55
|
* Actually remove the touch() and not add it.Warren Baker2010-12-021-1/+0
|
* Added configurable Statistics settings.Warren Baker2010-12-022-5/+58
| | | | Remove touch() of unbound log file at install time - this is all handled by syslog now.
* touch not needed as we back on syslog.Warren Baker2010-12-021-2/+1
|
* Add Unbound logging to a separate clog file (unbound.log) and reduce noise ↵Warren Baker2010-12-021-7/+7
| | | | from every 5minutes to every hour.
* Update copyright to include myself.Warren Baker2010-12-021-2/+2
|
* remove meta refreshScott Ullrich2010-11-211-1/+0
|
* Use exec()Scott Ullrich2010-11-211-1/+1
|
* Note how many entriesScott Ullrich2010-11-211-1/+2
|
* rename items a bitScott Ullrich2010-11-211-5/+5
|
* more textarea row adjustmentsScott Ullrich2010-11-211-3/+3
|
* Add dump_cacheScott Ullrich2010-11-211-0/+1
|
* Resize rows on a few of the textareasScott Ullrich2010-11-211-8/+8
|
* chown -RScott Ullrich2010-11-211-1/+1
|
* Use unlink_if_exists.Scott Ullrich2010-11-211-2/+7
|
* Ensue unbound user existsScott Ullrich2010-11-211-1/+10
|
* If unbound is not running then redirect to settings page. unbound-control ↵Scott Ullrich2010-11-211-0/+5
| | | | will block for which seems forever. Otherwise the webConfigurator will block.
* Nuke unused codeScott Ullrich2010-11-211-6/+0
|
* Output unbound.confScott Ullrich2010-11-211-0/+1
|
* Use courier fixed width fontScott Ullrich2010-11-211-1/+1
|
* Use textareas to hold dataScott Ullrich2010-11-211-2/+2
|
* Add Unbound Status tabScott Ullrich2010-11-211-0/+4
|
* s/TinyDNS/Unbound/Scott Ullrich2010-11-211-32/+32
|
* Add unbound status fileScott Ullrich2010-11-212-0/+165
|
* doh! Use pfSense pkg repo not mine :)Warren Baker2010-11-191-2/+2
|
* Listen on CARP VIPs that are associated to the interfaces that have been ↵Warren Baker2010-11-181-4/+19
| | | | selected.
* Bump version number and correctly handle domain overrides including the ↵Warren Baker2010-11-181-10/+17
| | | | ability to have duplicate domain override entries.
* Various formatting issues and descriptions added for config file settings.Warren Baker2010-11-181-44/+56
|
* Only add TXT records if there is a description for host entries.Warren Baker2010-11-181-2/+4
|
* Do not allow duplicates. Boost connect timeout.Scott Ullrich2010-11-171-13/+22
|
* Prevent the killing of php execution in case of an error.Warren Baker2010-11-161-7/+7
|
* Initial commit of the Unbound package (that 1 day will replace dnsmasq). It ↵Warren Baker2010-11-162-0/+540
is currently limited in configuration options but it does what DNSMasq does excluding the DNS rebind check. Need to investigate that.