Add support for masquerading udp and icmp connections.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user