diff options
author | Ermal Luçi <eri@pfsense.org> | 2010-03-03 18:43:03 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2010-03-03 18:43:03 +0000 |
commit | f39fe79edfc4d45ba0c94efd90f19b5a49dabae6 (patch) | |
tree | 56e48343371c5b41e4ffb95c754bb927eed95021 /usr/local/www | |
parent | 2702fbaf2ac2e1c44a423516e356392df4467ced (diff) | |
download | pfsense-f39fe79edfc4d45ba0c94efd90f19b5a49dabae6.zip pfsense-f39fe79edfc4d45ba0c94efd90f19b5a49dabae6.tar.gz |
Ticket #314. Commit somewhat variant of patch provided on ticket to allow checking allow dns override.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 63da737..c3de594 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -83,6 +83,12 @@ <arraynum>1</arraynum> </field> <field> + <name>Override DNS</name> + <description>Allow DNS servers to be overridden by DHCP/PPP on WAN</description> + <type>checkbox</type> + <bindstofield>system->dnsallowoverride</bindstofield> + </field> + <field> <name>Next</name> <type>submit</type> </field> |