mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
e65d5a0061
commit
3f5ece7ca2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user