Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow Unbound to listen on virtual interfaces and bump minor version | Warren Baker | 2013-05-14 | 1 | -3/+0 |
| | |||||
* | Fix unbound_monitor.sh (Ticket #2817) | Renato Botelho | 2013-04-30 | 1 | -3/+4 |
| | | | | | | | | | | . Use a PID file to keep track if it's running or not . Move it to /usr/local/bin, it doesn't need to be started by rc.start_packages since it's already called by unbound.inc . Define PATH and remove complete path for all binaries . Remove unbound initscript symlink created when it's installed by a PBI package . Bump unbound to 1.4.20_5 | ||||
* | Start/Stop unbound_monitor when unbound is started/stopped | Renato Botelho | 2013-04-29 | 1 | -0/+3 |
| | |||||
* | Fix unbound and update it to 1.4.20_3 | Renato Botelho | 2013-04-27 | 1 | -4/+4 |
| | | | | | | | | - Silence pw useradd - Simplify directory structure creation - Fix typo s/cont_mount_/conf_mount_/ Tichet #2817 | ||||
* | Make sure filesystem is read/write when try to save unbound config, it helps ↵ | Renato Botelho | 2013-04-26 | 1 | -0/+2 |
| | | | | ticket #2817 | ||||
* | conf_mount_r* are called inside unbound_initial_setup | Renato Botelho | 2013-04-26 | 1 | -4/+0 |
| | |||||
* | Adjust unbound to wirk with PBI | Renato Botelho | 2013-04-25 | 1 | -32/+39 |
| | | | | | | | Make necessary changes on unbound to make it work on pfSense 2.1 using PBI, also, bump version to 1.4.19_02 Fixes #2817 | ||||
* | Fix whitespaces and indent | Renato Botelho | 2013-04-25 | 1 | -69/+69 |
| | |||||
* | Ensure loopback address is not affected | Warren Baker | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | Fix check so rogue access-allow doesnt b0rg the config | Warren Baker | 2011-12-19 | 1 | -4/+3 |
| | |||||
* | Dont add CARP Addresses to the allow list - they will be covered by the ↵ | Warren Baker | 2011-11-14 | 1 | -0/+3 |
| | | | | interface network | ||||
* | Add support for a query from interface and remove the Disabled option for ↵ | Warren Baker | 2011-11-06 | 1 | -5/+77 |
| | | | | stats - option is not needed | ||||
* | Add the ability to disable statistics | Warren Baker | 2011-11-06 | 1 | -1/+4 |
| | |||||
* | Check to see if file is link, if not then whack and create a symbolic link. ↵ | Warren Baker | 2011-09-30 | 1 | -1/+3 |
| | | | | Also bump version to appease the minions | ||||
* | Handle snoop acl correctly | Warren Baker | 2011-09-29 | 1 | -1/+2 |
| | |||||
* | Late nights equal though processes to suffer and thus mistakes start to ↵ | Warren Baker | 2011-09-29 | 1 | -1/+1 |
| | | | | happen and silly things like this get done, but i blame it on jetlag - swop order around for ln | ||||
* | Add function to determine next available ACL id and replace spaces with _ ↵ | Warren Baker | 2011-09-29 | 1 | -0/+21 |
| | | | | for acl actions | ||||
* | Make sure advanced options, for optimization, are actually used | Warren Baker | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Link dnsmasq.pid to unbound so dhcpleases can send sighup and not complain | Warren Baker | 2011-09-27 | 1 | -0/+3 |
| | |||||
* | Err...use host and not IP. | Warren Baker | 2011-09-03 | 1 | -1/+1 |
| | |||||
* | If host in hosts overrides is empty then dont add a '.' pre-pending the domain. | Warren Baker | 2011-09-03 | 1 | -5/+7 |
| | |||||
* | For some reason global variable was not been obeyed in eval(), so reworked ↵ | Warren Baker | 2011-08-21 | 1 | -13/+12 |
| | | | | logic for v6 installs. Also pkg was been started twice by rc.start_packages. | ||||
* | Fix for non-ipv6 versions and remove whitespaces | Warren Baker | 2011-08-18 | 1 | -17/+26 |
| | |||||
* | Remove v6 address (for now) from control section. | Warren Baker | 2011-08-14 | 1 | -1/+0 |
| | |||||
* | Correctly handle v6 addresses that are configured in host overrides | Warren Baker | 2011-08-14 | 1 | -1/+4 |
| | |||||
* | Make sure loopback is used when selected. Add ::1 as well, also configured ↵ | Warren Baker | 2011-08-12 | 1 | -2/+14 |
| | | | | the acl list and remote control. | ||||
* | Ordering of custom options comes before remote control. | Warren Baker | 2011-07-31 | 1 | -9/+14 |
| | |||||
* | Add custom options section under Advanced. So users can add their own ↵ | Warren Baker | 2011-07-31 | 1 | -0/+9 |
| | | | | unbound specific options (http://forum.pfsense.org/index.php/topic,38954.0.html) | ||||
* | Correctly handle multiple network interfaces and version bump. | Warren Baker | 2011-06-24 | 1 | -13/+24 |
| | |||||
* | Setup IPv6 localhost data | Warren Baker | 2011-06-19 | 1 | -0/+4 |
| | |||||
* | Refactor network interface setup and now configure Unbound to listen on IPv6. | Warren Baker | 2011-06-19 | 1 | -40/+37 |
| | |||||
* | Config file updated to cater for Advanced settings and support added for ↵ | Warren Baker | 2011-06-12 | 1 | -37/+92 |
| | | | | IPv6. Also added some validation checks. | ||||
* | make sure restoration of cache works and doesnt try to get loaded before ↵ | Warren Baker | 2011-03-02 | 1 | -10/+9 |
| | | | | Unbound is started. | ||||
* | Update Copyright date. | Warren Baker | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Remove cache dump at uninstall time and utilize unlink(). | Warren Baker | 2011-01-31 | 1 | -3/+4 |
| | |||||
* | Extra dump_cache not needed. | Warren Baker | 2011-01-31 | 1 | -2/+1 |
| | |||||
* | Missing dump_cache on uninstall. | Warren Baker | 2011-01-31 | 1 | -0/+1 |
| | |||||
* | Remove manual user deletion (its handled by the pkg removal process). Also ↵ | Warren Baker | 2011-01-31 | 1 | -3/+21 |
| | | | | 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. | ||||
* | Bypass validation and tell Unbound this is a non-DNSSEC domain. ↵ | Warren Baker | 2011-01-16 | 1 | -0/+1 |
| | | | | Domainoverrides should all be like this. | ||||
* | Syntax error for allow_snoop validation. | Warren Baker | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | First check to see if previous config before choosing listening interfaces. | Warren Baker | 2011-01-16 | 1 | -5/+9 |
| | |||||
* | Correct use of !is_array() not !array() *chortle* | Warren Baker | 2011-01-13 | 1 | -3/+3 |
| | |||||
* | Added Unbound ACL's page, users can now specify which networks are allowed ↵ | Warren Baker | 2011-01-12 | 1 | -6/+42 |
| | | | | to query, refused, denied and allowed to snoop Unbound. | ||||
* | Ensure number is not a negative. | Warren Baker | 2011-01-11 | 1 | -3/+13 |
| | |||||
* | Add option to disable TXT support(txts were created automatically containing ↵ | Warren Baker | 2011-01-04 | 1 | -10/+81 |
| | | | | the descrs for hosts etc.). Also added a bunch of optimization settings and lastly a missing require_once(). | ||||
* | Add DNS Rebinding check as checkbox. If any DNS answers return RFC1918 ↵ | Warren Baker | 2010-12-17 | 1 | -9/+19 |
| | | | | address the answer is stripped, unless the domain is configured in domainoverrides. With this option disabled all RFC1918 answers will be returned. Possibly need to break this and few other options into rowhelper type page... | ||||
* | Make sure filesystem is writable at install time and when root files are ↵ | Warren Baker | 2010-12-17 | 1 | -0/+7 |
| | | | | been downloaded. | ||||
* | Ensure forward upstream servers are saved. | Warren Baker | 2010-12-17 | 1 | -1/+0 |
| | |||||
* | Set number of operating threads equal to number of cpu/cores | Scott Ullrich | 2010-12-15 | 1 | -1/+10 |
| | |||||
* | private-domain: was needed to ensure responses with RFC1918 addresses are ↵ | Warren Baker | 2010-12-14 | 1 | -12/+24 |
| | | | | allowed and not stripped. This protection is for DNS Rebinding. |