| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbound is compiled with libevent so setting this to always be 4096. | Warren Baker | 2015-01-12 | 1 | -9/+2 |
* | Allow for overhead and up maximum limit from 8 to 32, also only set it if its... | Warren Baker | 2015-01-12 | 1 | -7/+7 |
* | Limit unbound so-rcvbuf: 8m | Phil Davis | 2015-01-05 | 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-19 | 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 |
* | Support IPV6 in unbound.conf | Jean Cyr | 2014-09-24 | 1 | -0/+12 |
* | outgoing ip incorrectly set in unbound.conf | Jean Cyr | 2014-09-24 | 1 | -1/+1 |
* | Convert almost all /sbin/sysctl calls to php functions | Renato Botelho | 2014-07-07 | 1 | -1/+1 |
* | Add -n for 2 remaining sysctl calls, also replace backtick by exec | Renato Botelho | 2014-06-19 | 1 | -2/+2 |
* | If Unbound is been used then make sure to reload when system_hosts_generate()... | Warren Baker | 2014-04-28 | 1 | -0/+13 |
* | Add space between configile and switch | Warren Baker | 2014-04-28 | 1 | -1/+1 |
* | Make sure to actually configure the outgoing query interfaces if selected. | Warren Baker | 2014-04-25 | 1 | -0/+13 |
* | Add localhost as always allowed and ensure to include the access lists | Warren Baker | 2014-03-29 | 1 | -1/+5 |
* | Write out the access list correctly | Warren Baker | 2014-03-29 | 1 | -7/+11 |
* | Configure acls for local networks and ensure listening interfaces are correct... | Warren Baker | 2014-03-29 | 1 | -7/+32 |
* | Add missing new line | Warren Baker | 2014-03-29 | 1 | -1/+1 |
* | Correct reference | Warren Baker | 2014-03-29 | 1 | -2/+0 |
* | Ensure TXT support on host descriptions actually works | Warren Baker | 2014-03-29 | 1 | -1/+1 |