Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bypass validation and tell Unbound this is a non-DNSSEC domain. ↵ | Warren Baker | 2011-01-16 | 1 | -0/+1 | |
| | | | | Domainoverrides should all be like this. | |||||
* | Syntax error for allow_snoop validation. | Warren Baker | 2011-01-16 | 1 | -1/+1 | |
| | ||||||
* | First check to see if previous config before choosing listening interfaces. | Warren Baker | 2011-01-16 | 1 | -5/+9 | |
| | ||||||
* | Correct use of !is_array() not !array() *chortle* | Warren Baker | 2011-01-13 | 1 | -3/+3 | |
| | ||||||
* | Added Unbound ACL's page, users can now specify which networks are allowed ↵ | Warren Baker | 2011-01-12 | 4 | -7/+234 | |
| | | | | to query, refused, denied and allowed to snoop Unbound. | |||||
* | Ensure number is not a negative. | Warren Baker | 2011-01-11 | 1 | -3/+13 | |
| | ||||||
* | Add option to disable TXT support(txts were created automatically containing ↵ | Warren Baker | 2011-01-04 | 2 | -10/+105 | |
| | | | | 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 Baker | 2010-12-17 | 2 | -9/+26 | |
| | | | | 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... | |||||
* | Page title fix. | Warren Baker | 2010-12-17 | 1 | -8/+8 | |
| | ||||||
* | Make sure filesystem is writable at install time and when root files are ↵ | Warren Baker | 2010-12-17 | 1 | -0/+7 | |
| | | | | been downloaded. | |||||
* | Ensure forward upstream servers are saved. | Warren Baker | 2010-12-17 | 1 | -1/+0 | |
| | ||||||
* | Set number of operating threads equal to number of cpu/cores | Scott Ullrich | 2010-12-15 | 1 | -1/+10 | |
| | ||||||
* | Use complete path to unbound-control | Scott Ullrich | 2010-12-14 | 1 | -7/+7 | |
| | ||||||
* | private-domain: was needed to ensure responses with RFC1918 addresses are ↵ | Warren Baker | 2010-12-14 | 1 | -12/+24 | |
| | | | | allowed and not stripped. This protection is for DNS Rebinding. | |||||
* | 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 | 2 | -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 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. | |||||
* | Add register DHCP leases and register static DHCP leases. The former is ↵ | Warren Baker | 2010-12-06 | 1 | -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 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 | 2 | -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 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. | |||||
* | Update copyright to include myself. | Warren Baker | 2010-12-02 | 1 | -2/+2 | |
| | ||||||
* | remove meta refresh | Scott Ullrich | 2010-11-21 | 1 | -1/+0 | |
| | ||||||
* | Use exec() | Scott Ullrich | 2010-11-21 | 1 | -1/+1 | |
| | ||||||
* | Note how many entries | Scott Ullrich | 2010-11-21 | 1 | -1/+2 | |
| | ||||||
* | rename items a bit | Scott Ullrich | 2010-11-21 | 1 | -5/+5 | |
| | ||||||
* | more textarea row adjustments | Scott Ullrich | 2010-11-21 | 1 | -3/+3 | |
| | ||||||
* | Add dump_cache | Scott Ullrich | 2010-11-21 | 1 | -0/+1 | |
| | ||||||
* | Resize rows on a few of the textareas | Scott Ullrich | 2010-11-21 | 1 | -8/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | If unbound is not running then redirect to settings page. unbound-control ↵ | Scott Ullrich | 2010-11-21 | 1 | -0/+5 | |
| | | | | will block for which seems forever. Otherwise the webConfigurator will block. | |||||
* | Nuke unused code | Scott Ullrich | 2010-11-21 | 1 | -6/+0 | |
| | ||||||
* | Output unbound.conf | Scott Ullrich | 2010-11-21 | 1 | -0/+1 | |
| | ||||||
* | Use courier fixed width font | Scott Ullrich | 2010-11-21 | 1 | -1/+1 | |
| | ||||||
* | Use textareas to hold data | Scott Ullrich | 2010-11-21 | 1 | -2/+2 | |
| | ||||||
* | Add Unbound Status tab | Scott Ullrich | 2010-11-21 | 1 | -0/+4 | |
| | ||||||
* | s/TinyDNS/Unbound/ | Scott Ullrich | 2010-11-21 | 1 | -32/+32 | |
| | ||||||
* | Add unbound status file | Scott Ullrich | 2010-11-21 | 2 | -0/+165 | |
| | ||||||
* | doh! Use pfSense pkg repo not mine :) | Warren Baker | 2010-11-19 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| |