Fix different errors concerning extern resources from local networks/inferfaces.
This commit is contained in:
@ -247,13 +247,13 @@ allow_local_if_to_local_ip=""
|
||||
|
||||
# - allow_local_if_to_ext_service
|
||||
# -
|
||||
# - allow_local_if_to_ext_service="<local-interface>,<extern-ip>:<ext-port>:<protocol> [.."
|
||||
# - allow_local_if_to_ext_service="<local-interface>,<extern-ip>,<ext-port>,<protocol> [.."
|
||||
# -
|
||||
# - All traffic from the given (local) network interface to the given (extern) service is allowed
|
||||
# -
|
||||
# - Example:
|
||||
# - allow_local_if_to_ext_service="${local_if_1},2a01:30:0:13:211:84ff:feb7:7f9c,3306:tcp
|
||||
# - ${local_if_2},2a01:30:0:13:211:84ff:feb7:7f9c,3306:tcp"
|
||||
# - allow_local_if_to_ext_service="${local_if_1},2a01:30:0:13:211:84ff:feb7:7f9c,3306,tcp
|
||||
# - ${local_if_2},2a01:30:0:13:211:84ff:feb7:7f9c,3306,tcp"
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
|
Reference in New Issue
Block a user