aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for a query from interface and remove the Disabled option for ↵Warren Baker2011-11-062-6/+87
| | | | stats - option is not needed
* Correct wordingWarren Baker2011-11-061-1/+1
|
* Add the ability to disable statisticsWarren Baker2011-11-062-1/+5
|
* Remove process check for ACL page so that they can be setup *before* ↵Warren Baker2011-10-021-5/+0
| | | | starting Unbound
* Check to see if file is link, if not then whack and create a symbolic link. ↵Warren Baker2011-09-301-1/+3
| | | | Also bump version to appease the minions
* Swop order for select listWarren Baker2011-09-291-1/+1
|
* Handle snoop acl correctlyWarren Baker2011-09-291-1/+2
|
* Late nights equal though processes to suffer and thus mistakes start to ↵Warren Baker2011-09-291-1/+1
| | | | happen and silly things like this get done, but i blame it on jetlag - swop order around for ln
* Update files to make use of new ACLsWarren Baker2011-09-293-5/+5
|
* Add support for IPv6 ACLs and mixing of both IPv6 and v4 ACLsWarren Baker2011-09-292-924/+158
|
* Add function to determine next available ACL id and replace spaces with _ ↵Warren Baker2011-09-291-0/+21
| | | | for acl actions
* Start the support IPv6 ACLsWarren Baker2011-09-282-0/+1137
|
* 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
|
* Add / so when in sub-dirs the correct path is used.Warren Baker2011-09-043-3/+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 ↵Warren Baker2011-08-211-13/+12
| | | | logic for v6 installs. Also pkg was been started twice by rc.start_packages.
* 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 ↵Warren Baker2011-08-121-2/+14
| | | | the acl list and remote control.
* Ordering of custom options comes before remote control.Warren Baker2011-07-311-9/+14
|
* Add custom options section under Advanced. So users can add their own ↵Warren Baker2011-07-312-0/+17
| | | | unbound specific options (http://forum.pfsense.org/index.php/topic,38954.0.html)
* Allow 0.0.0.0/0 to be specified as an ACL.Warren Baker2011-07-311-1/+2
|
* Correctly handle multiple network interfaces and version bump.Warren Baker2011-06-241-13/+24
|
* Setup IPv6 localhost dataWarren Baker2011-06-191-0/+4
|
* Refactor network interface setup and now configure Unbound to listen on IPv6.Warren Baker2011-06-191-40/+37
|
* Cater for Advanced page.Warren Baker2011-06-122-10/+8
|
* Move some settings to advanced page.Warren Baker2011-06-121-22/+16
|
* Config file updated to cater for Advanced settings and support added for ↵Warren Baker2011-06-121-37/+92
| | | | IPv6. Also added some validation checks.
* New Advanced section for fin(er) tuning.Warren Baker2011-06-121-0/+321
|
* Add author info.Warren Baker2011-03-021-1/+1
|
* make sure restoration of cache works and doesnt try to get loaded before ↵Warren Baker2011-03-021-10/+9
| | | | Unbound is started.
* Describe ACLs are for DNS and remove a link to a file that does not exist.Warren Baker2011-03-022-4/+4
|
* Update version number to match Unbound version number, Removed extra ↵Warren Baker2011-03-021-7/+2
| | | | additional file and better describe the ACL system.
* Add missing table rows for better formatting.Warren Baker2011-01-311-1/+5
|
* Update Copyright date.Warren Baker2011-01-312-2/+2
|
* Remove cache dump at uninstall time and utilize unlink().Warren Baker2011-01-311-3/+4
|
* Extra dump_cache not needed.Warren Baker2011-01-311-2/+1
|
* Missing dump_cache on uninstall.Warren Baker2011-01-311-0/+1
|
* Remove manual user deletion (its handled by the pkg removal process). Also ↵Warren Baker2011-01-312-3/+27
| | | | added Cache Restoration support, so the existing cache is dumped to disk and restored in case of a service restart, reboot or shutdown of the server.
* s/queries from/query from/Scott Ullrich2011-01-191-1/+1
|
* Bypass validation and tell Unbound this is a non-DNSSEC domain. ↵Warren Baker2011-01-161-0/+1
| | | | Domainoverrides should all be like this.
* Syntax error for allow_snoop validation.Warren Baker2011-01-161-1/+1
|
* First check to see if previous config before choosing listening interfaces.Warren Baker2011-01-161-5/+9
|
* Correct use of !is_array() not !array() *chortle*Warren Baker2011-01-131-3/+3
|
* Added Unbound ACL's page, users can now specify which networks are allowed ↵Warren Baker2011-01-124-7/+234
| | | | to query, refused, denied and allowed to snoop Unbound.
* Ensure number is not a negative.Warren Baker2011-01-111-3/+13
|
* Add option to disable TXT support(txts were created automatically containing ↵Warren Baker2011-01-042-10/+105
| | | | the descrs for hosts etc.). Also added a bunch of optimization settings and lastly a missing require_once().