This commit is contained in:
Root THC
2025-03-10 09:34:26 +00:00
parent a6355b5927
commit c1a32117ec
+3
View File
@@ -383,6 +383,9 @@ ghost_up2() {
[ "$GHOST_IP_LAN" != "-1" ] && { ghost_lan || return; }
# Return if this is not a router.
[ "$single_dev" == "$gw_dev" ] && return
[ "${GHOST_IP_WAN:-$GHOST_IP}" != "-1" ] && {
ghost_ip="${GHOST_IP_WAN:-$GHOST_IP}"
single_dev="$gw_dev"