diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 17:59:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 17:59:37 +0000 |
commit | d438d535e8c180e10ca4d6fcd78f2b4ae95880e6 (patch) | |
tree | f94daeccf5cc6b880af5a6477a5934a30a93fdd7 /packages/tinydns/tinydns.xml | |
parent | ec6461ff27742fec0deb9a8edde135f226d57899 (diff) | |
download | pfsense-packages-d438d535e8c180e10ca4d6fcd78f2b4ae95880e6.tar.gz pfsense-packages-d438d535e8c180e10ca4d6fcd78f2b4ae95880e6.tar.bz2 pfsense-packages-d438d535e8c180e10ca4d6fcd78f2b4ae95880e6.zip |
Continue framing TinyDNS for testing
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 0b306755..6d7d8245 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -23,13 +23,11 @@ <include_file>/usr/local/pkg/tinydns.inc</include_file> <fields> <field> - <fieldname>active_interface</fieldname> - <fielddescr>Proxy interface</fielddescr> - <description>The interface(s) the proxy server will bind to.</description> - <default_value>lan</default_value> + <fieldname>IP Address</fieldname> + <fielddescr>TinyDNS listen IP address</fielddescr> + <description>The IP address that TinyDNS will bind to.</description> + <default_value>ip</default_value> <required/> - <type>interfaces_selection</type> - <multiple/> </field> </fields> </packagegui> |