From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- config/miniupnpd/miniupnpd.xml | 182 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 config/miniupnpd/miniupnpd.xml (limited to 'config/miniupnpd/miniupnpd.xml') diff --git a/config/miniupnpd/miniupnpd.xml b/config/miniupnpd/miniupnpd.xml new file mode 100644 index 00000000..53d70851 --- /dev/null +++ b/config/miniupnpd/miniupnpd.xml @@ -0,0 +1,182 @@ + + + + + + . + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + */ +/* ========================================================================== */ + ]]> + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + miniupnpd + 20070927 + Services: MiniUPnPd + Change + /status_upnp.php + /usr/local/pkg/miniupnpd.inc + + MiniUPnPd + Set miniupnpd settings such as interfaces to listen on. +
Services
+ /status_upnp.php +
+ + miniupnpd + miniupnpd.sh + miniupnpd + + + + UPnP Status + /status_upnp.php + + + MiniUPnPd Settings + /pkg_edit.php?xml=miniupnpd.xml&id=0 + + + + + /usr/local/pkg/ + 0755 + http://www.pfsense.org/packages/config/miniupnpd/miniupnpd.inc + + + /usr/local/www/ + 0755 + http://www.pfsense.org/packages/config/miniupnpd/status_upnp.php + + + /usr/local/sbin/ + 0755 + http://www.pfsense.com/packages/config/miniupnpd/sbin/miniupnpd + + + + Enable MiniUPnPd + enable + checkbox + + + Interfaces (generally LAN) + iface_array + You can use the CTRL or COMMAND key to select multiple interfaces. + interfaces_selection + 3 + + lan + true + + + Maximum Download Speed (Kbits/second) + download + input + + + Maximum Upload Speed (Kbits/second) + upload + input + + + Override WAN address + overridewanip + input + + + Log packets handled by miniupnpd rules? + logpackets + checkbox + + + Use system uptime instead of miniupnpd uptime? + sysuptime + checkbox + + + By default deny access to miniupnpd? + permdefault + checkbox + + + User specified permissions 1 + permuser1 + Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range] + <br />Example: allow 1024-65535 192.168.0.0/24 1024-65535 + input + 60 + + + User specified permissions 2 + permuser2 + Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range] + input + 60 + + + User specified permissions 3 + permuser3 + Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range] + input + 60 + + + User specified permissions 4 + permuser4 + Format: [allow or deny] [ext port or range] [int ipaddr or ipaddr/cdir] [int port or range] + input + 60 + + + + before_form_miniupnpd(&$pkg); + + + validate_form_miniupnpd($_POST, &$input_errors); + + + sync_package_miniupnpd(); + + + sync_package_miniupnpd(); + + + exec("rm -f /usr/local/etc/rc.d/miniupnpd*"); + +
-- cgit v1.2.3