miniupnpd should listen on green0 in default configuration

Resolves issue with message log flodded by denied local clients.
"HTTP peer <ip>:<port> is not from a LAN, closing the connection"
"SSDP packet sender <ip>:<port> not from a LAN, ignoring"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Daniel Aleksandersen
2017-05-22 04:00:58 +02:00
committed by Michael Tremer
parent e65d5a0061
commit 3f5ece7ca2

View File

@@ -2,6 +2,9 @@
# LAN network interfaces IPs / networks
# there can be multiple listening ips for SSDP traffic.
# should be under the form nnn.nnn.nnn.nnn/nn
listening_ip=green0
#listening_ip=green1
# HTTP is available on all interfaces
# port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect.
port=0