| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Fix copyright header
- Fix custom_php_validation_command syntax
- Nuke unused tags
- Improve descriptions, typo fixes
|
| |
|
|
|
|
|
|
|
|
|
| |
Often a zone configuration can be identical for LAN/local and WAN/pulic views, especially when using NAT reflection.
This change allows those zones to only be entered once in the configuration and then applied to both the local and public views.
The change converts the zone's 'view' field from a single selection to an array multiple selection. Since an old value of 'local' is the same as an array value with only one element for 'local', this change is backwards compatible with existing configurations. For that reason, I'm leaving the field name as 'view' rather than changing it to 'views'
When the zones are being added to the view clause, it will now check to see if the view is in the zone's view list rather than checking to see if it is a simple match before including the zone in the view. By setting the old varible $zoneview to the matching view from the list, the existing code needs very little change.
|
|
|
|
|
|
| |
The update-policy statement allows the zone to specify, among other things, a key to be used for authorization of master zone updates
Add a checkbox and text field to add an update-policy statement to the zone configuration. When the update-policy statement is used, it replaces the allow-update statement.
|
|
|
|
|
|
|
| |
Add a supplemental checkbox to "Reverse Zone" which further qualifies the reverse zone as an IPv6 reverse zone.
The resulting zone name will be *.ipv6.arpa rather than *.ip-addr.arpa
This change was originally submitted by https://github.com/cuteredstorm/pfsense-packages/commit/2b4e8084a92c8e9936f1b2fdca8272d29217c20a for Bug #4553
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Similar to 'unbound' feature to avoid the need to duplicate static host
addresses in both DHCP and BIND.
- Add 'Register DHCP static mappings' checkbox to zone form
- if checked, enumerate all static DHCP hosts and add to zone, such that
their name can be resolved.
|
| |
|
| |
|
|
|
|
|
|
| |
and forward it to resolver systemlog tab via syslog.
add more info on sync tab
|
| |
|
| |
|
|
|
|
|
| |
Encode custom options with base64.
sync code change zone type to slave on backup servers
|
| |
|
|
|
|
| |
permissions
|
| |
|
| |
|
| |
|
|
|
|
| |
current 2013xxxx format
|
| |
|
|
|
|
| |
Thanks to phil-davis
|
|
|