Added IGNORE_LOCAL_IP option.

This commit is contained in:
gSpot
2025-11-20 18:32:13 +03:00
parent 0d1fd76213
commit d99a9ab770
8 changed files with 49 additions and 22 deletions
+4 -4
View File
@@ -10,9 +10,9 @@ LUCI_APP=1
HTTPS_DNS_PROXY=1
OWRT_VERSION="current"
RUAB_VERSION="2.1.9-r1"
RUAB_MOD_LUA_VERSION="2.1.9-r1"
RUAB_LUCI_APP_VERSION="2.1.9-r1"
RUAB_VERSION="2.1.10-r1"
RUAB_MOD_LUA_VERSION="2.1.10-r1"
RUAB_LUCI_APP_VERSION="2.1.10-r1"
BASE_URL="https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master"
PKG_DIR="/tmp"
@@ -378,7 +378,7 @@ ConfirmProcessing() {
printf "Bye...\n"; exit 0
;;
*)
InputError ConfirmLuciApp
InputError ConfirmProcessing
;;
esac
}