diff options
author | Ermal <eri@pfsense.org> | 2010-03-24 15:22:46 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-03-24 15:22:46 +0000 |
commit | fbd4780bbad7cd2803e44e0e43ce486ba279da1e (patch) | |
tree | 5941def4f6a6c4ecd9b72198c837a279397e340d /config/tinydns/tinydns.xml | |
parent | 901e3c1b93b1d8fe35f8b95ebff931f33dc86ec3 (diff) | |
download | pfsense-packages-fbd4780bbad7cd2803e44e0e43ce486ba279da1e.tar.gz pfsense-packages-fbd4780bbad7cd2803e44e0e43ce486ba279da1e.tar.bz2 pfsense-packages-fbd4780bbad7cd2803e44e0e43ce486ba279da1e.zip |
Ticket #439. Allow dnscache to listen on multiple interfaces.
Diffstat (limited to 'config/tinydns/tinydns.xml')
-rw-r--r-- | config/tinydns/tinydns.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index fc1c3482..a6720179 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -174,6 +174,14 @@ <type>checkbox</type> </field> <field> + <fielddescr>Interface to listen</fielddescr> + <fieldname>interface</fieldname> + <type>interfaces_selection</type> + <multiple>on</multiple> + <size>4</size> + <required>on</required> + </field> + <field> <fielddescr>Register DHCP static mappings with server</fielddescr> <fieldname>regdhcpstatic</fieldname> <description>Register static DHCP leases with TinyDNS server using the Fully Qualified Domain Name specified in System: General.</description> @@ -281,6 +289,9 @@ tinydns_setup_ping_items(); tinydns_sync_on_changes(); </custom_delete_php_command> + <custom_php_validation_command> + tinydns_validate(); + </custom_php_validation_command> <custom_add_php_command> tinydns_custom_php_changeip_command(); tinydns_custom_php_install_command(); @@ -306,4 +317,4 @@ <custom_php_command_before_form> unset($_POST['temp']); </custom_php_command_before_form> -</packagegui>
\ No newline at end of file +</packagegui> |