Log messages for nextdns

This commit is contained in:
SaltyMonkey
2025-07-25 09:41:58 +03:00
parent ea931d8463
commit 1fc2947fbc

View File

@@ -69,6 +69,11 @@ start_main() {
exit 1 exit 1
fi fi
if opkg list-installed | grep -qw nextdns; then
log "[critical] Detected nextdns installed. Remove this package: opkg remove nextdns"
exit 1
fi
if opkg list-installed | grep -qw luci-app-passwall; then if opkg list-installed | grep -qw luci-app-passwall; then
log "[critical] Detected luci-app-passwall installed. Remove this package: opkg remove luci-app-passwall" log "[critical] Detected luci-app-passwall installed. Remove this package: opkg remove luci-app-passwall"
exit 1 exit 1