diff options
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> |