Add TCP/UDP Ports out.

This commit is contained in:
2019-03-19 12:42:15 +01:00
parent 908eeb69fc
commit 495369b06f
3 changed files with 62 additions and 0 deletions

View File

@ -1041,6 +1041,28 @@ tv_extern_if="eth2.8"
tv_local_if="$local_if_1"
# =====
# --- Allow special TCP Ports (OUT)
# =====
# - TCP Ports
# -
# - Blank separated list of tcp ports
# -
tcp_out_ports=""
# =====
# --- Allow special UDP Ports (OUT)
# =====
# - UDP Ports
# -
# - Blank separated list of udp ports
# -
udp_out_ports=""
# ======
# - Other local Services