Add rules for blocking UDP / TCP Ports exern out.
This commit is contained in:
@ -37,6 +37,29 @@ block_upnp_traffic_out=true
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Block UDP Ports out
|
||||
# =============
|
||||
|
||||
# - UDP Ports to block (only extern out)
|
||||
# -
|
||||
# - Comma separated list of udp ports
|
||||
# -
|
||||
block_udp_extern_out_ports=""
|
||||
|
||||
|
||||
# =============
|
||||
# --- Block TCP Ports out
|
||||
# =============
|
||||
|
||||
# - TCP Ports to block (only extern out)
|
||||
# -
|
||||
# - Comma separated list of tcp ports
|
||||
# -
|
||||
block_tcp_extern_out_ports=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Interfaces not firewalled
|
||||
# =============
|
||||
|
Reference in New Issue
Block a user