aboutsummaryrefslogtreecommitdiffstats
path: root/community/minissdpd/minissdpd.confd
blob: 43b662eca182da1230e31019903f33eb60ee2cd1 (plain)
1
2
3
4
5
6
7
8
9
10
# /etc/conf.d/minissdpd: config file for /etc/init.d/minissdpd

# Configure on which interface or interfaces minissdpd will listen.
# List all interfaces space separated. If this is not specified then
# minissdpd will listen on just the interface for the default route.
# You probably want that when running minissdpd with miniupnpc on the
# client, but you most likely want to specify the internal interface
# when running with miniupnpd on the gateway.
#
# MINISSDPD_IFACE="eth0 eth1"