Add: Allow all traffic from local ip to the internet
This commit is contained in:
@ -146,6 +146,18 @@ block_all_ext_to_local_net=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - Allow all traffic from local ip to the internet
|
||||
# =============
|
||||
|
||||
# - allow_local_ip_to_inet
|
||||
# -
|
||||
# - Blank separated list of ip-adresses
|
||||
# -
|
||||
allow_local_ip_to_inet=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - Allow local services from given local networks
|
||||
# =============
|
||||
|
Reference in New Issue
Block a user