diff options
author | Warren Baker <warren@decoy.co.za> | 2010-12-06 12:11:00 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2010-12-06 12:11:00 +0200 |
commit | 2b75c7c55d4eaff95c26cc942196496e3bceff49 (patch) | |
tree | 3e97e49cd68cbc826eaf4e0235412152c9f52ed5 /config/unbound | |
parent | 7d1de9e7cfea9047f325aa730990083dc1caf6c9 (diff) | |
download | pfsense-packages-2b75c7c55d4eaff95c26cc942196496e3bceff49.tar.gz pfsense-packages-2b75c7c55d4eaff95c26cc942196496e3bceff49.tar.bz2 pfsense-packages-2b75c7c55d4eaff95c26cc942196496e3bceff49.zip |
Add register DHCP leases and register static DHCP leases. The former is commented out for now as will required dhcpleases to be expanded. Also break out statistics into its own listtopic.
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index 77b7bcd8..b0bfcc16 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -118,6 +118,22 @@ <type>checkbox</type> <default_value>on</default_value> </field> + <!--<field> + <fieldname>regdhcp</fieldname> + <fielddescr>Register DHCP leases</fielddescr> + <description>If this option is set, then machines that specify their hostname when requesting a DHCP lease will be registered in the DNS forwarder, so that their name can be resolved. You should also set the domain in <a href="system.php">System: General setup</a> to the proper value.</description> + <type>checkbox</type> + </field>--> + <field> + <fieldname>regdhcpstatic</fieldname> + <fielddescr>Register DHCP static mappings</fielddescr> + <description>If this option is set, then DHCP static mappings will be registered in the DNS forwarder, so that their name can be resolved. You should also set the domain in <a href="system.php">System: General setup</a> to the proper value.</description> + <type>checkbox</type> + </field> + <field> + <name>Unbound Statistics</name> + <type>listtopic</type> + </field> <field> <fieldname>stats</fieldname> <fielddescr>Enable Statistics</fielddescr> |