Add 'allow_to_ext_net' and 'allow_to_ext_service'.
This commit is contained in:
@ -382,6 +382,50 @@ allow_local_net_to_ext_net=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - Allow extern service
|
||||
# =============
|
||||
|
||||
# - allow_to_ext_service
|
||||
# -
|
||||
# - allow_to_ext_service="<ext-ip:port:protocol> [ext-ip:port:protocol> [.."
|
||||
# -
|
||||
# - All traffic to the given (extern) service is allowed
|
||||
# -
|
||||
# - Example:
|
||||
# - allow_to_ext_service="83.223.86.98:3306:tcp
|
||||
# - 83.223.86.98:10194:udp"
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_to_ext_service=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - Allow extern network
|
||||
# =============
|
||||
|
||||
|
||||
# - allow_to_ext_net
|
||||
# -
|
||||
# - Allow all traffic to given extern network
|
||||
# -
|
||||
# - allow_to_ext_net="<ext-net> [<ext-net> [.."
|
||||
# -
|
||||
# - All traffic to the given (extern) network is allowed
|
||||
# -
|
||||
# - Example:
|
||||
# - allow_to_ext_net="83.223.86.98/32
|
||||
# - 83.223.86.101/32
|
||||
# - 192.68.11.81/27"
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_to_ext_net=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Separate local Networks
|
||||
# =============
|
||||
|
Reference in New Issue
Block a user