Add code for detecting default external interface
parent
2290408f68
commit
85cbb19f95
|
@ -107,7 +107,8 @@ fi
|
||||||
|
|
||||||
if [[ "$EXTIF" == "auto" ]]; then
|
if [[ "$EXTIF" == "auto" ]]; then
|
||||||
EXTIF=$EXTIF_FIND
|
EXTIF=$EXTIF_FIND
|
||||||
}
|
display_c YELLOW "Found default interface at: ${EXTIF}"
|
||||||
|
fi
|
||||||
|
|
||||||
iptables_rules_flush ipv4
|
iptables_rules_flush ipv4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue