Add: Allow all traffic from local ip to the internet

This commit is contained in:
2019-07-09 15:47:48 +02:00
parent 45b144f416
commit f535a29ca6
5 changed files with 93 additions and 2 deletions

View File

@ -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
# =============