aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound.inc
Commit message (Expand)AuthorAgeFilesLines
* Custom options should be before forward-zone as seen on the forum.Warren Baker2014-02-261-9/+8
* Respect the 0 valueWarren Baker2014-02-261-2/+2
* Missed this variable name change and bump version for all previous changesWarren Baker2014-02-251-3/+2
* no longer neededWarren Baker2014-02-231-2/+0
* If this is enabled then get_nameservers() should be usedWarren Baker2014-02-231-1/+1
* Add a safety belt in case we get no values returnedWarren Baker2014-02-231-6/+9
* Add forwards as a configuration option instead of executing it on the command...Warren Baker2014-02-231-90/+58
* Merge pull request #467 from plinss/masterErmal Luçi2013-11-061-11/+30
|\
| * Add entry for lan interface ipv6 addressplinss2013-07-031-8/+27
| * Update unbound.incplinss2013-06-281-4/+4
* | Make sure to make filesystem rw. Fixes #3302Warren Baker2013-11-041-1/+2
* | Fix variable name. Fixes #3056Warren Baker2013-10-081-1/+1
* | Make sure send and receive buffers actually do get setWarren Baker2013-10-061-6/+8
* | Add send bufferWarren Baker2013-10-061-3/+5
* | IndentsWarren Baker2013-10-061-3/+2
* | Unbound fix private address space typoPhil Davis2013-10-011-1/+1
* | Rather use transparent hereWarren Baker2013-08-271-1/+1
* | Make sure reverse entries are correctly added so that DNS Rebinding does not ...Warren Baker2013-08-271-8/+10
|/
* Added support for DHCPv6 reservations and /etc/hosts entriesplinss2013-06-271-13/+46
* Fix for bug #3056plinss2013-06-261-25/+65
* We make use of libevent so up these default valuesWarren Baker2013-06-131-10/+2
* Work out the recommended *-slabs setting dynamically. Kudos to Reiner030 on t...Warren Baker2013-06-131-13/+9
* Make sure virtual IPs are skipped as they would be covered in the interfaces ...Warren Baker2013-06-131-4/+6
* Allow Unbound to listen on virtual interfaces and bump minor versionWarren Baker2013-05-141-3/+0
* Fix unbound_monitor.sh (Ticket #2817)Renato Botelho2013-04-301-3/+4
* Start/Stop unbound_monitor when unbound is started/stoppedRenato Botelho2013-04-291-0/+3
* Fix unbound and update it to 1.4.20_3Renato Botelho2013-04-271-4/+4
* Make sure filesystem is read/write when try to save unbound config, it helps ...Renato Botelho2013-04-261-0/+2
* conf_mount_r* are called inside unbound_initial_setupRenato Botelho2013-04-261-4/+0
* Adjust unbound to wirk with PBIRenato Botelho2013-04-251-32/+39
* Fix whitespaces and indentRenato Botelho2013-04-251-69/+69
* Ensure loopback address is not affectedWarren Baker2011-12-221-3/+3
* Fix check so rogue access-allow doesnt b0rg the configWarren Baker2011-12-191-4/+3
* Dont add CARP Addresses to the allow list - they will be covered by the inter...Warren Baker2011-11-141-0/+3
* Add support for a query from interface and remove the Disabled option for sta...Warren Baker2011-11-061-5/+77
* Add the ability to disable statisticsWarren Baker2011-11-061-1/+4
* Check to see if file is link, if not then whack and create a symbolic link. A...Warren Baker2011-09-301-1/+3
* Handle snoop acl correctlyWarren Baker2011-09-291-1/+2
* Late nights equal though processes to suffer and thus mistakes start to happe...Warren Baker2011-09-291-1/+1
* Add function to determine next available ACL id and replace spaces with _ for...Warren Baker2011-09-291-0/+21
* Make sure advanced options, for optimization, are actually usedWarren Baker2011-09-281-1/+1
* Link dnsmasq.pid to unbound so dhcpleases can send sighup and not complainWarren Baker2011-09-271-0/+3
* Err...use host and not IP.Warren Baker2011-09-031-1/+1
* If host in hosts overrides is empty then dont add a '.' pre-pending the domain.Warren Baker2011-09-031-5/+7
* For some reason global variable was not been obeyed in eval(), so reworked lo...Warren Baker2011-08-211-13/+12
* Fix for non-ipv6 versions and remove whitespacesWarren Baker2011-08-181-17/+26
* Remove v6 address (for now) from control section.Warren Baker2011-08-141-1/+0
* Correctly handle v6 addresses that are configured in host overridesWarren Baker2011-08-141-1/+4
* Make sure loopback is used when selected. Add ::1 as well, also configured th...Warren Baker2011-08-121-2/+14
* Ordering of custom options comes before remote control.Warren Baker2011-07-311-9/+14