File: miniupnpd.default

package info (click to toggle)
miniupnpd 2.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: ansic: 28,571; sh: 2,024; makefile: 164
file content (20 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This defines other options which you might want to use when starting
# MiniUPnPd.
MiniUPnPd_OTHER_OPTIONS=""

# If this option is 1, then the init script will initialize the ipv6
# tables. Note MiniUPnPd works on filter chain of ipv6, not nat chain.
#
# Omitted if MiniUPnPd_{PRESTART, POSTSTOP}_COMMAND are set.
MiniUPnPd_ip6tables_enable=

# Customize helper commands; you have to create appropriate chains / do
# cleanup yourself.
#
# Preinstalled scripts in /etc/miniupnpd/*.sh are used by default; see
# /usr/libexec/miniupnpd-startstop-helper.sh . These scripts can be
# safely deleted only after you modify these options.
#
# Set to 'true' to disable that stage.
MiniUPnPd_PRESTART_COMMAND=""
MiniUPnPd_POSTSTOP_COMMAND=""