| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Fix copyright header
- Fix file permissions
- Nuke loads of unused tags
- Improve descriptions, typo fixes
|
|
|
|
|
|
|
|
| |
-4 and -6 restrict the resolver to use the IPv4 and IPv6 transports respectively. The option is needed for the cases such as when you have IPv6 enabled on the LAN, but the WAN does not support IPv6.
Add a list of choices with IPv4+IPv6 (default), IPv4 (only) and IPv6 (only)
If IPv4 is selected, -4 will be added to the command line
If IPv6 is selected, -6 will be added to the command line
|
|
|
|
|
|
| |
Add field similar to custom options, but for global settings. Rather than being added to the options{} clause, these settings are added directly to named.conf.
This allows the addition of items such as key{} and server{} clauses.
|
|
|
|
|
|
|
|
| |
Code cleanup to reflect coding style guidelines and consistency
Tabs only, always uses braces, spacing
C/C++ style comments
Use array_key_exists instead of key_exists
$config[] keys are always enclosed in quotes and use single quotes for literals
|
| |
|
| |
|
|
|
|
|
|
| |
- Replace http by https
- *.pfsense.com -> *.pfsense.org
- www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
|
|
|
|
|
|
|
|
|
|
|
| |
* Enable use of the built-in ACLs as per [1]. Especially 'localhost' and
'localnets' come in handy on large firewall installations.
* Fix version.bind so that the server does not process queries at all as
per [1], which is more secure.
* Typo with listenon: Any -> any (more or less an esthetic fix)
* Two minor indentation errors
[1] http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html
|
| |
|
|
|
|
|
|
| |
and forward it to resolver systemlog tab via syslog.
add more info on sync tab
|
| |
|
|
|
|
| |
permissions
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to phil-davis
|
|
|