aboutsummaryrefslogtreecommitdiffstats
path: root/packages/frickin/frickin.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-11-30 20:17:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-11-30 20:17:57 +0000
commit92856f58d222b65ef180b52059d09ddac1485b9e (patch)
tree8f02c23db4fa35b758725599a6cc8576b0a40ddc /packages/frickin/frickin.xml
parent5d3b8820e36176ccb0e145a1b98c755766828009 (diff)
downloadpfsense-packages-92856f58d222b65ef180b52059d09ddac1485b9e.tar.gz
pfsense-packages-92856f58d222b65ef180b52059d09ddac1485b9e.tar.bz2
pfsense-packages-92856f58d222b65ef180b52059d09ddac1485b9e.zip
* Allow selection of interfaces to listen on
* &amp; -> & now that it is it's own .inc file
Diffstat (limited to 'packages/frickin/frickin.xml')
-rw-r--r--packages/frickin/frickin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/frickin/frickin.xml b/packages/frickin/frickin.xml
index b507649e..25fd4c2b 100644
--- a/packages/frickin/frickin.xml
+++ b/packages/frickin/frickin.xml
@@ -20,4 +20,15 @@
frickin_custom_php_deinstall_command();
</custom_php_deinstall_command>
<include_file>/usr/local/pkg/frickin.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>
+ <required/>
+ <type>interfaces_selection</type>
+ <multiple/>
+ </field>
+ </fields>
</packagegui>