Add support or blocking UPnP traffic (in and out).
This commit is contained in:
@ -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
|
||||
# =============
|
||||
|
Reference in New Issue
Block a user