Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only print stub-prime: once. | Warren Baker | 2010-12-14 | 1 | -1/+1 | |
| | ||||||
* | forward-zone: expect upstream DNS server to be authorative for everything. ↵ | Warren Baker | 2010-12-14 | 1 | -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 Baker | 2010-12-07 | 1 | -10/+10 | |
| | | | | 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 Baker | 2010-12-06 | 1 | -2/+3 | |
| | ||||||
* | Add function to read /etc/hosts file for any DHCPLeases updates on ↵ | Warren Baker | 2010-12-06 | 1 | -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. | |||||
* | Correctly handle /etc/hosts entries and static DHCP entries. | Warren Baker | 2010-12-06 | 1 | -6/+55 | |
| | ||||||
* | Actually remove the touch() and not add it. | Warren Baker | 2010-12-02 | 1 | -1/+0 | |
| | ||||||
* | Added configurable Statistics settings. | Warren Baker | 2010-12-02 | 1 | -5/+19 | |
| | | | | 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 Baker | 2010-12-02 | 1 | -2/+1 | |
| | ||||||
* | Add Unbound logging to a separate clog file (unbound.log) and reduce noise ↵ | Warren Baker | 2010-12-02 | 1 | -7/+7 | |
| | | | | from every 5minutes to every hour. | |||||
* | chown -R | Scott Ullrich | 2010-11-21 | 1 | -1/+1 | |
| | ||||||
* | Use unlink_if_exists. | Scott Ullrich | 2010-11-21 | 1 | -2/+7 | |
| | ||||||
* | Ensue unbound user exists | Scott Ullrich | 2010-11-21 | 1 | -1/+10 | |
| | ||||||
* | Listen on CARP VIPs that are associated to the interfaces that have been ↵ | Warren Baker | 2010-11-18 | 1 | -4/+19 | |
| | | | | selected. | |||||
* | Bump version number and correctly handle domain overrides including the ↵ | Warren Baker | 2010-11-18 | 1 | -10/+17 | |
| | | | | ability to have duplicate domain override entries. | |||||
* | Various formatting issues and descriptions added for config file settings. | Warren Baker | 2010-11-18 | 1 | -44/+56 | |
| | ||||||
* | Only add TXT records if there is a description for host entries. | Warren Baker | 2010-11-18 | 1 | -2/+4 | |
| | ||||||
* | Do not allow duplicates. Boost connect timeout. | Scott Ullrich | 2010-11-17 | 1 | -13/+22 | |
| | ||||||
* | Prevent the killing of php execution in case of an error. | Warren Baker | 2010-11-16 | 1 | -7/+7 | |
| | ||||||
* | Initial commit of the Unbound package (that 1 day will replace dnsmasq). It ↵ | Warren Baker | 2010-11-16 | 1 | -0/+415 | |
is currently limited in configuration options but it does what DNSMasq does excluding the DNS rebind check. Need to investigate that. |