Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 3 | -7/+7 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | Custom options should be before forward-zone as seen on the forum. | Warren Baker | 2014-02-26 | 1 | -9/+8 |
| | |||||
* | Respect the 0 value | Warren Baker | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | Missed this variable name change and bump version for all previous changes | Warren Baker | 2014-02-25 | 1 | -3/+2 |
| | |||||
* | no longer needed | Warren Baker | 2014-02-23 | 1 | -2/+0 |
| | |||||
* | If this is enabled then get_nameservers() should be used | Warren Baker | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Add a safety belt in case we get no values returned | Warren Baker | 2014-02-23 | 1 | -6/+9 |
| | |||||
* | Add forwards as a configuration option instead of executing it on the ↵ | Warren Baker | 2014-02-23 | 1 | -90/+58 |
| | | | | command line | ||||
* | Remove deprecated option | Warren Baker | 2014-02-23 | 1 | -10/+1 |
| | |||||
* | Merge pull request #467 from plinss/master | Ermal Luçi | 2013-11-06 | 2 | -12/+34 |
|\ | | | | | Integrating with pfsense changes in pull request 679 | ||||
| * | Add entry for lan interface ipv6 address | plinss | 2013-07-03 | 1 | -8/+27 |
| | | |||||
| * | Update unbound.xml | plinss | 2013-06-28 | 1 | -1/+4 |
| | | | | | | Change 'unbound_status' to 'enable' and advertise the 'dns' system_service. Allows unbound to be discoverable as a dns system service provider so the rest of the system can integrate with it more cleanly. | ||||
| * | Update unbound.inc | plinss | 2013-06-28 | 1 | -4/+4 |
| | | | | | | change 'unbound_status' to 'enable' to be consistent with other services and allow detecting enable state from system services | ||||
* | | Make sure to make filesystem rw. Fixes #3302 | Warren Baker | 2013-11-04 | 1 | -1/+2 |
| | | |||||
* | | Fix variable name. Fixes #3056 | Warren Baker | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | Make sure send and receive buffers actually do get set | Warren Baker | 2013-10-06 | 1 | -6/+8 |
| | | |||||
* | | Add send buffer | Warren Baker | 2013-10-06 | 1 | -3/+5 |
| | | |||||
* | | Indents | Warren Baker | 2013-10-06 | 1 | -3/+2 |
| | | |||||
* | | Unbound fix private address space typo | Phil Davis | 2013-10-01 | 1 | -1/+1 |
| | | | | | | Forum: http://forum.pfsense.org/index.php/topic,67392.0.html | ||||
* | | Rather use transparent here | Warren Baker | 2013-08-27 | 1 | -1/+1 |
| | | |||||
* | | Make sure reverse entries are correctly added so that DNS Rebinding does not ↵ | Warren Baker | 2013-08-27 | 1 | -8/+10 |
|/ | | | | block reverse DNS records | ||||
* | Added support for DHCPv6 reservations and /etc/hosts entries | plinss | 2013-06-27 | 1 | -13/+46 |
| | |||||
* | Fix for bug #3056 | plinss | 2013-06-26 | 1 | -25/+65 |
| | | | Also added support for host aliases and re-worked duplicate entry handling so it's more robust | ||||
* | We make use of libevent so up these default values | Warren Baker | 2013-06-13 | 2 | -11/+4 |
| | |||||
* | Work out the recommended *-slabs setting dynamically. Kudos to Reiner030 on ↵ | Warren Baker | 2013-06-13 | 1 | -13/+9 |
| | | | | the forum | ||||
* | Make sure virtual IPs are skipped as they would be covered in the interfaces ↵ | Warren Baker | 2013-06-13 | 1 | -4/+6 |
| | | | | access list | ||||
* | only display 128 subnet if v6 function is available | Warren Baker | 2013-06-13 | 1 | -1/+2 |
| | |||||
* | Allow Unbound to listen on virtual interfaces and bump minor version | Warren Baker | 2013-05-14 | 1 | -3/+0 |
| | |||||
* | Unbound user interface text | Phil Davis | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Unbound user interface text | Phil Davis | 2013-05-01 | 1 | -3/+3 |
| | |||||
* | Unbound user interface text | Phil Davis | 2013-05-01 | 1 | -4/+4 |
| | |||||
* | Unbound user interface text | Phil Davis | 2013-05-01 | 1 | -4/+4 |
| | |||||
* | Fix unbound_monitor.sh (Ticket #2817) | Renato Botelho | 2013-04-30 | 3 | -11/+27 |
| | | | | | | | | | | . 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 | ||||
* | There should only be one unbound monitor running at any given time. | Jean Cyr | 2013-04-29 | 1 | -1/+1 |
| | | | | | | Script checks the number of running instances of itself and exits if more than two. Since there should only be one instance running (itself) it should check for more than one. | ||||
* | Update unbound to 1.4.20_4 | Renato Botelho | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | Start/Stop unbound_monitor when unbound is started/stopped | Renato Botelho | 2013-04-29 | 1 | -0/+3 |
| | |||||
* | Improvements on unbound_monitor.sh | Renato Botelho | 2013-04-29 | 1 | -1/+14 |
| | | | | | | - Use internal true since there is no /bin/true - Avoid have multiple instances running - Teach it how to stop | ||||
* | Fix unbound and update it to 1.4.20_3 | Renato Botelho | 2013-04-27 | 2 | -5/+5 |
| | | | | | | | | - 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 |
| | |||||
* | Fix whitespace and indent | Renato Botelho | 2013-04-26 | 1 | -3/+3 |
| | |||||
* | Adjust unbound to wirk with PBI | Renato Botelho | 2013-04-25 | 2 | -34/+47 |
| | | | | | | | 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 | 4 | -119/+119 |
| | |||||
* | Ensure loopback address is not affected | Warren Baker | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | Bump Unbound version to address CVE-2011-4528 and remove PBI (for now) so ↵ | Warren Baker | 2011-12-19 | 2 | -2/+2 |
| | | | | amd64 can get some Unbound love | ||||
* | Fix check so rogue access-allow doesnt b0rg the config | Warren Baker | 2011-12-19 | 1 | -4/+3 |
| | |||||
* | make use of an apply button and use pfSenseHeader() instead | Warren Baker | 2011-12-19 | 1 | -19/+31 |
| | |||||
* | Fix for 2.0 as no is_ipaddrv4 exists there | Warren Baker | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | 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 Unbound monitor script (taken from proxy monitor) because TERM signal ↵ | Warren Baker | 2011-11-06 | 2 | -1/+71 |
| | | | | for the dhcpleases is killing it |