summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
Commit message (Collapse)AuthorAgeFilesLines
* Domain override with multiple authoritative DNS serversPhil Davis2015-04-131-1/+2
| | | | | | Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it and works. I had asked for this in Redmine feature request #4350 and when I went to look at coding to implement it I found code that already did it. So IMHO it is worth telling users.
* allow enabling Unbound when dnsmasq is enabled, if they're using diffChris Buechler2015-03-041-1/+2
| | | | ports. Ticket #4332
* Fix #4090:Renato Botelho2015-01-051-2/+2
| | | | | | | | | - Unbound advanced options may contain double quotes and it breaks the syntax when a backup is restored because newlines are trimmed. Save it in base64 format is a safe way to prevent it - Bump config version to 11.5 - Provide upgrade code to encode current config or the one that came from unbound package on 2.1.5
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix unbound shortcut linksPhil Davis2014-12-281-1/+1
| | | | | | | | | | | | Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
* Add a shortcut for unbound and enable itRenato Botelho2014-12-151-0/+1
|
* Don't include link-locals as unbound interface candidatesJean Cyr2014-12-041-2/+2
| | | | Unbound does not presently support link-local interfaces.
* Fix input validation for DNS resolver when localhost is enabled in ↵Chris Buechler2014-11-281-3/+3
| | | | resolv.conf and "all" chosen in Network Interfaces. While here, set something other than '' when all is chosen.
* If localhost is configured to be included in resolv.conf, force its ↵Chris Buechler2014-11-251-0/+2
| | | | selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.
* Display Resolver host override aliasesPhil Davis2014-11-201-0/+21
| | | | On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page. As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345
* Use appropriate size for the interface selects. Ticket #3989. clean up some ↵Chris Buechler2014-11-151-6/+6
| | | | text while here
* fix Unbound Advanced optionsChris Buechler2014-11-151-1/+1
|
* Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008Renato Botelho2014-11-141-0/+3
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Fix indentRenato Botelho2014-11-031-29/+29
|
* Revert "Indent better"Renato Botelho2014-11-031-381/+381
| | | | This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
* Indent betterWarren Baker2014-11-031-381/+381
|
* Add bracesWarren Baker2014-11-031-41/+69
|
* Review all parameters on unbound main GUI, fix boolean params and add ↵Renato Botelho2014-07-161-50/+82
| | | | missing ones. Also make it work properly with 'apply'
* Fix indent and whitespacesRenato Botelho2014-07-161-34/+33
|
* Some GUI tweaks on unbound main screenRenato Botelho2014-07-161-7/+17
|
* Make sure domain+host overrides are deletedWarren Baker2014-04-281-0/+20
|
* Make sure the correct interface is selected once the config has been saved. ↵Warren Baker2014-04-251-2/+2
| | | | Fixes #3620
* Make sure that the DNS Forwarder/Resolver is actually capable of accepting ↵jim-p2014-04-231-0/+2
| | | | queries on localhost before using it as a DNS server.
* Tidy up XHTMLColin Fleming2014-04-141-3/+3
| | | | | | Update HTML Boolean operator (multiple) Change ONCLICK to lower case Add missing semi-colon
* Tidy up "services_unbound" XHTMLColin Fleming2014-04-041-63/+64
| | | | | | | | | | | | | | Add "cloeahead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Remove duplicate closing TD tag Move TFOOT tag between THEAD and TBODY (quirk of HTML) Add dummy table row, but don't display it Remove duplicate opening and closing TR tags Closing IMG and add ALT Deprecate ampersand
* Dont unnecessarily unsetWarren Baker2014-03-291-8/+0
|
* Fix tab indents and make sure interfaces are saved correctlyWarren Baker2014-03-291-11/+22
|
* Make sure interface selection worksWarren Baker2014-03-291-8/+10
|
* Reference correct dirty subsystemWarren Baker2014-03-291-2/+2
|
* Ensure TXT support on host descriptions actually worksWarren Baker2014-03-291-0/+2
|
* Reference correct unbound hosts edit fileWarren Baker2014-03-291-9/+11
|
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-2/+2
|\ | | | | replaced uppercase html tags with lowercase
| * replaced uppercase html tags with lowercaseayvis2014-03-191-3/+3
| | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* | Add TXT SupportWarren Baker2014-03-211-0/+8
| |
* | Ensure options are still checked after postWarren Baker2014-03-211-2/+2
| |
* | Make sure post variables are available for form re-populationWarren Baker2014-03-201-0/+1
| |
* | Fix display of portWarren Baker2014-03-201-1/+1
| |
* | Various cleanups and shuffle of fieldsWarren Baker2014-03-201-31/+21
|/
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-15/+15
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-15/+15
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Some grammer fixes spotted by Phil DavisWarren Baker2014-01-301-1/+1
|
* Table summary fixWarren Baker2014-01-291-1/+1
|
* Add GUI components for UnboundWarren Baker2014-01-291-0/+444
|
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-399/+0
|
* Remove custom options from basic settings pageWarren Baker2012-04-051-2/+0
|
* Ensure interfaces are saved correctlyWarren Baker2012-04-051-4/+16
|
* Handle enable/disable optionsWarren Baker2012-04-051-14/+22
|
OpenPOWER on IntegriCloud