summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
Commit message (Expand)AuthorAgeFilesLines
* only add outgoing-interface if it's an IP. Ticket #4852Chris Buechler2015-07-171-2/+2
* Use interface-automatic for Unbound when the interfaces list is empty (same a...jim-p2015-06-261-0/+2
* Code style bits and pieces from etcPhil Davis2015-05-311-2/+2
* Fix unbound warning when dnsallowoverride off and forwarding onPhil Davis2015-04-161-0/+2
* Always include general setup DNS servers in unbound.confPhil Davis2015-03-261-7/+6
* Remove the harden-glue option entirely and hard code it to yes. Ticket #4402Chris Buechler2015-03-051-2/+1
* Code style etc inc uPhil Davis2015-03-031-77/+112
* Fix PTR records for aliases in host overridesLorenz Schori2015-02-241-2/+2
* Do not add PTR records for aliases in host overridesLorenz Schori2015-02-231-1/+5
* Don't hard code harden-referral-path. It defaults to no, so no behavior chang...Chris Buechler2015-02-181-1/+0
* Remove unset variable, spotted by phil-davisRenato Botelho2015-02-111-1/+0
* rrset-cache-size should == 2 * msg-cache-size. Ticket #4367Chris Buechler2015-02-111-3/+5
* Merge pull request #1440 from wagonza/patch-6Renato Botelho2015-01-281-1/+3
|\
| * Add support for 0x20 DNS random bit support. Fixes #4205Warren Baker2015-01-141-1/+3
* | Strict comparison not necessary here, and makes this fail to work asChris Buechler2015-01-211-1/+1
* | Correctly handle number of cores and power of 2. Merged from the package alre...Warren Baker2015-01-141-13/+9
|/
* Merge pull request #1430 from wagonza/patch-4Chris Buechler2015-01-121-9/+2
|\
| * Unbound is compiled with libevent so setting this to always be 4096.Warren Baker2015-01-091-8/+1
* | Allow for overhead and up maximum limit from 8 to 32, also only set it if its...Warren Baker2015-01-091-7/+7
|/
* Merge pull request #1420 from phil-davis/patch-3Chris Buechler2015-01-051-1/+5
|\
| * Limit unbound so-rcvbuf: 8mPhil Davis2015-01-041-1/+5
* | Fix #4090:Renato Botelho2015-01-051-1/+1
|/
* Remove option that has now been merged into infra-host-ttl.Warren Baker2014-12-241-2/+0
* Where binding Unbound to *:53, set "interface-automatic: yes" so replies are ...Chris Buechler2014-12-131-0/+1
* Don't include link-locals as unbound interface candidatesJean Cyr2014-12-041-1/+1
* Link local interfaces don't have subnet.. don't create access-control statementJean Cyr2014-12-031-5/+7
* If get_interface_ip(v6) is passed an IP, return the IP.Chris Buechler2014-12-021-6/+11
* Fix bracketing of if statement in unboundPhil Davis2014-11-291-2/+2
* Skip v6 WANs in Unbound access-control. Ticket #4023Chris Buechler2014-11-281-1/+3
* fix v6 access-control in Unbound, Ticket #4023Chris Buechler2014-11-281-1/+2
* Fix input validation for DNS resolver when localhost is enabled in resolv.con...Chris Buechler2014-11-281-7/+12
* Add option to disable auto-added access-control entries for users who want to...Chris Buechler2014-11-271-38/+40
* Fix Unbound host_entries.conf warnings on console during bootPhil Davis2014-11-271-7/+20
* include 169.254./16 in unbound's DNS rebinding protectionChris Buechler2014-11-261-0/+1
* include Unbound access-control entries for local IPv6 networks reachable via ...Chris Buechler2014-11-261-0/+11
* Skip interface subnets for IPv4 here, this is best handled via the NAT networ...Chris Buechler2014-11-251-3/+2
* Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's ac...Chris Buechler2014-11-251-0/+11
* d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found me...Warren Baker2014-11-211-0/+3
* Revert "Revert "Use unbound from ports, it should fix #4020""Renato Botelho2014-11-181-6/+6
* Revert "Use unbound from ports, it should fix #4020"Renato Botelho2014-11-181-6/+6
* Use unbound from ports, it should fix #4020Renato Botelho2014-11-181-6/+6
* check for IPs here also to avoid invalid config entries. change my last fix t...Chris Buechler2014-11-171-4/+4
* Verify IP address before putting into unbound config. some "Array" entries we...Chris Buechler2014-11-171-2/+2
* 192.254.0.0/16 isn't private, removeChris Buechler2014-11-171-1/+0
* Merge pull request #1340 from phil-davis/patch-5Renato Botelho2014-11-171-6/+14
|\
| * Improve test in unbound_add_domain_overridesPhil Davis2014-11-171-1/+1
| * Handle reverse-lookup zones for unboundPhil Davis2014-11-161-6/+14
* | Unbound improvements and fixes, ticket #4011:Renato Botelho2014-11-171-102/+29
|/
* fix Unbound Advanced optionsChris Buechler2014-11-151-1/+2
* Implement advanced settings in unbound.confPhil Davis2014-11-131-22/+27
OpenPOWER on IntegriCloud