Add support or blocking UPnP traffic (in and out).

This commit is contained in:
2019-07-09 20:17:53 +02:00
parent 39ec118374
commit 8e94cdcd3b
6 changed files with 126 additions and 2 deletions

View File

@ -29,6 +29,24 @@ blocked_ifs=""
# =============
# --- Block UPnP Ports
# =============
# - block_upnp_traffic_in
# -
# - Block UPnP traffic (extern) in
#
block_upnp_traffic_in=true
# - block_upnp_traffic_out
# -
# - Block UPnP traffic (extern) out
#
block_upnp_traffic_out=true
# =============
# --- Interfaces not firewalled
# =============