summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/miniupnpd.xml
diff options
context:
space:
mode:
authorRyan Wagoner <rsw686@pfsense.org>2007-01-30 00:29:12 +0000
committerRyan Wagoner <rsw686@pfsense.org>2007-01-30 00:29:12 +0000
commitd86002ec994dbee529e5938aa0d3aacb11d3f46a (patch)
treef2c998a963970e2a083b58fab7a6421a102dcdd2 /usr/local/pkg/miniupnpd.xml
parenta56d2bd3854892641ccbd18def223fae77a4085c (diff)
downloadpfsense-d86002ec994dbee529e5938aa0d3aacb11d3f46a.zip
pfsense-d86002ec994dbee529e5938aa0d3aacb11d3f46a.tar.gz
miniupnpd version bump 20070130
Diffstat (limited to 'usr/local/pkg/miniupnpd.xml')
-rw-r--r--usr/local/pkg/miniupnpd.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/usr/local/pkg/miniupnpd.xml b/usr/local/pkg/miniupnpd.xml
index b67d789..c743e86 100644
--- a/usr/local/pkg/miniupnpd.xml
+++ b/usr/local/pkg/miniupnpd.xml
@@ -2,7 +2,7 @@
<packagegui>
<title>Services: MiniUPnPd</title>
<name>miniupnpd</name>
- <version>20070112</version>
+ <version>20070130</version>
<savetext>Change</savetext>
<include_file>/usr/local/pkg/miniupnpd.inc</include_file>
<aftersaveredirect>status_upnp.php</aftersaveredirect>
@@ -83,6 +83,40 @@
<fieldname>sysuptime</fieldname>
<type>checkbox</type>
</field>
+ <field>
+ <fielddescr>By default deny access to miniupnpd?</fielddescr>
+ <fieldname>permdefault</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>User specified persmissions 1</fielddescr>
+ <fieldname>permuser1</fieldname>
+ <description>Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range]
+ &lt;br /&gt;Example: allow 1024-65535 192.168.0.0/24 1024-65535</description>
+ <type>input</type>
+ <size>60</size>
+ </field>
+ <field>
+ <fielddescr>User specified persmissions 2</fielddescr>
+ <fieldname>permuser2</fieldname>
+ <description>Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range]</description>
+ <type>input</type>
+ <size>60</size>
+ </field>
+ <field>
+ <fielddescr>User specified persmissions 3</fielddescr>
+ <fieldname>permuser3</fieldname>
+ <description>Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range]</description>
+ <type>input</type>
+ <size>60</size>
+ </field>
+ <field>
+ <fielddescr>User specified persmissions 4</fielddescr>
+ <fieldname>permuser4</fieldname>
+ <description>Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range]</description>
+ <type>input</type>
+ <size>60</size>
+ </field>
</fields>
<custom_php_command_before_form>
before_form_miniupnpd(&amp;$pkg);
OpenPOWER on IntegriCloud