Remove option that has now been merged into infra-host-ttl.
Add input validation to Unbound advanced settings page. Ticket #4050
Add option to disable auto-added access-control entries for users who want to manually manage ACLs. Ticket #4023
Clean up unbound advanced page HTML
Change copyright statement to reflect reality
Merge pull request #1328 from wagonza/master
Fix indent
Revert "Indent better"
This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
Make sure defaults values are actually used. Fixes #3974
Indent better
Add braces
Fix multiple issues on unbound advanced options GUI:
- Drop many wrong key assignments to pconfig- Add missing keys to pconfig- Deal fine with boolean parameters- Mark subsystem dirty to require apply button- Drop calls to enable_change()- Remove unecessary js function enable_change()...
Tidy up "services_unbound_advanced.php" XHTML
Add "closehead" variable and manually close HEADAdd CDATA sections to scriptsAdd SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUR
Reference unbound subsystem as dirty
Reference correct module name
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Some grammer fixes spotted by Phil Davis
Formatting
Add GUI components for Unbound
Backout Unbound for now bring back in 2.2. Fixes #2817
Add post config and correct variable names
A minor typo fixed
A whole bunch of changes to the general settings page and advanced settings
Add Unbound GUI bits