File: minissdpd.default

package info (click to toggle)
minissdpd 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: ansic: 5,076; sh: 290; makefile: 101; python: 40
file content (18 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MiniSSDPd default configuration

# Set this to the IPv4/interfaces you want the daemon to run on, separated by
# space.
# Notes:
#  1. Specifying IP when built with IPv6 support is disabled by original
#     author, so this option may not be available outside Debian.
#  2. No `-6' should be used when IPv4 specified. You will be flooded by
#     'peer [xxxx:xxxx]:1900 is not from a LAN' if you insist to do so.
MiniSSDPd_INTERFACE_ADDRESS=""

# This defines other options which you might want to use when
# starting MiniSSDPd.
MiniSSDPd_OTHER_OPTIONS=""

### For IPv6 users:
# 1. Change MiniSSDPd_INTERFACE_ADDRESS to the correct interface name
# 2. Add `-6' to MiniSSDPd_OTHER_OPTIONS