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=""
|