Add support for masquerading udp and icmp connections.

This commit is contained in:
2021-04-12 18:23:07 +02:00
parent d6cf429736
commit 83a50e5b56
3 changed files with 77 additions and 1 deletions

View File

@ -19,6 +19,16 @@ for _str in $masquerade_tcp_cons ; do
masquerade_tcp_con_arr+=("$_str")
done
declare -a masquerade_udp_con_arr
for _str in $masquerade_udp_cons ; do
masquerade_udp_con_arr+=("$_str")
done
declare -a masquerade_icmp_con_arr
for _str in $masquerade_icmp_cons ; do
masquerade_icmp_con_arr+=("$_str")
done
# ---
# - Extern Network interfaces (DSL, Staic Lines, All together)