| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unbound warning when dnsallowoverride off and forwarding on | Phil Davis | 2015-04-16 | 1 | -0/+2 |
* | Always include general setup DNS servers in unbound.conf | Phil Davis | 2015-03-26 | 1 | -7/+6 |
* | Remove the harden-glue option entirely and hard code it to yes. Ticket #4402 | Chris Buechler | 2015-03-05 | 1 | -2/+1 |
* | Code style etc inc u | Phil Davis | 2015-03-03 | 1 | -77/+112 |
* | Fix PTR records for aliases in host overrides | Lorenz Schori | 2015-02-24 | 1 | -2/+2 |
* | Do not add PTR records for aliases in host overrides | Lorenz Schori | 2015-02-23 | 1 | -1/+5 |
* | Don't hard code harden-referral-path. It defaults to no, so no behavior chang... | Chris Buechler | 2015-02-18 | 1 | -1/+0 |
* | Remove unset variable, spotted by phil-davis | Renato Botelho | 2015-02-11 | 1 | -1/+0 |
* | rrset-cache-size should == 2 * msg-cache-size. Ticket #4367 | Chris Buechler | 2015-02-11 | 1 | -3/+5 |
* | Merge pull request #1440 from wagonza/patch-6 | Renato Botelho | 2015-01-28 | 1 | -1/+3 |
|\ |
|
| * | Add support for 0x20 DNS random bit support. Fixes #4205 | Warren Baker | 2015-01-14 | 1 | -1/+3 |
* | | Strict comparison not necessary here, and makes this fail to work as | Chris Buechler | 2015-01-21 | 1 | -1/+1 |
* | | Correctly handle number of cores and power of 2. Merged from the package alre... | Warren Baker | 2015-01-14 | 1 | -13/+9 |
|/ |
|
* | Merge pull request #1430 from wagonza/patch-4 | Chris Buechler | 2015-01-12 | 1 | -9/+2 |
|\ |
|
| * | Unbound is compiled with libevent so setting this to always be 4096. | Warren Baker | 2015-01-09 | 1 | -8/+1 |
* | | Allow for overhead and up maximum limit from 8 to 32, also only set it if its... | Warren Baker | 2015-01-09 | 1 | -7/+7 |
|/ |
|
* | Merge pull request #1420 from phil-davis/patch-3 | Chris Buechler | 2015-01-05 | 1 | -1/+5 |
|\ |
|
| * | Limit unbound so-rcvbuf: 8m | Phil Davis | 2015-01-04 | 1 | -1/+5 |
* | | Fix #4090: | Renato Botelho | 2015-01-05 | 1 | -1/+1 |
|/ |
|
* | Remove option that has now been merged into infra-host-ttl. | Warren Baker | 2014-12-24 | 1 | -2/+0 |
* | Where binding Unbound to *:53, set "interface-automatic: yes" so replies are ... | Chris Buechler | 2014-12-13 | 1 | -0/+1 |
* | Don't include link-locals as unbound interface candidates | Jean Cyr | 2014-12-04 | 1 | -1/+1 |
* | Link local interfaces don't have subnet.. don't create access-control statement | Jean Cyr | 2014-12-03 | 1 | -5/+7 |
* | If get_interface_ip(v6) is passed an IP, return the IP. | Chris Buechler | 2014-12-02 | 1 | -6/+11 |
* | Fix bracketing of if statement in unbound | Phil Davis | 2014-11-29 | 1 | -2/+2 |
* | Skip v6 WANs in Unbound access-control. Ticket #4023 | Chris Buechler | 2014-11-28 | 1 | -1/+3 |
* | fix v6 access-control in Unbound, Ticket #4023 | Chris Buechler | 2014-11-28 | 1 | -1/+2 |
* | Fix input validation for DNS resolver when localhost is enabled in resolv.con... | Chris Buechler | 2014-11-28 | 1 | -7/+12 |
* | Add option to disable auto-added access-control entries for users who want to... | Chris Buechler | 2014-11-27 | 1 | -38/+40 |
* | Fix Unbound host_entries.conf warnings on console during boot | Phil Davis | 2014-11-27 | 1 | -7/+20 |
* | include 169.254./16 in unbound's DNS rebinding protection | Chris Buechler | 2014-11-26 | 1 | -0/+1 |
* | include Unbound access-control entries for local IPv6 networks reachable via ... | Chris Buechler | 2014-11-26 | 1 | -0/+11 |
* | Skip interface subnets for IPv4 here, this is best handled via the NAT networ... | Chris Buechler | 2014-11-25 | 1 | -3/+2 |
* | Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's ac... | Chris Buechler | 2014-11-25 | 1 | -0/+11 |
* | d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found me... | Warren Baker | 2014-11-21 | 1 | -0/+3 |
* | Revert "Revert "Use unbound from ports, it should fix #4020"" | Renato Botelho | 2014-11-18 | 1 | -6/+6 |
* | Revert "Use unbound from ports, it should fix #4020" | Renato Botelho | 2014-11-18 | 1 | -6/+6 |
* | Use unbound from ports, it should fix #4020 | Renato Botelho | 2014-11-18 | 1 | -6/+6 |
* | check for IPs here also to avoid invalid config entries. change my last fix t... | Chris Buechler | 2014-11-17 | 1 | -4/+4 |
* | Verify IP address before putting into unbound config. some "Array" entries we... | Chris Buechler | 2014-11-17 | 1 | -2/+2 |
* | 192.254.0.0/16 isn't private, remove | Chris Buechler | 2014-11-17 | 1 | -1/+0 |
* | Merge pull request #1340 from phil-davis/patch-5 | Renato Botelho | 2014-11-17 | 1 | -6/+14 |
|\ |
|
| * | Improve test in unbound_add_domain_overrides | Phil Davis | 2014-11-17 | 1 | -1/+1 |
| * | Handle reverse-lookup zones for unbound | Phil Davis | 2014-11-16 | 1 | -6/+14 |
* | | Unbound improvements and fixes, ticket #4011: | Renato Botelho | 2014-11-17 | 1 | -102/+29 |
|/ |
|
* | fix Unbound Advanced options | Chris Buechler | 2014-11-15 | 1 | -1/+2 |
* | Implement advanced settings in unbound.conf | Phil Davis | 2014-11-13 | 1 | -22/+27 |
* | Do not require the default sysctl items to be set on the config.xml but rathe... | Ermal | 2014-11-10 | 1 | -8/+10 |
* | Fix indent | Renato Botelho | 2014-11-03 | 1 | -517/+517 |
* | Indent here as well | Warren Baker | 2014-11-03 | 1 | -7/+7 |