Add config stubby

This commit is contained in:
CodeRoK7
2025-10-25 16:08:43 +00:00
parent a04a84a364
commit 29db68e670
2 changed files with 89 additions and 2 deletions

View File

@@ -669,7 +669,8 @@ firewall
doh-proxy
zapret
dhcp
dns-failsafe-proxy"
dns-failsafe-proxy
stubby"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
@@ -688,7 +689,7 @@ then
for file in $config_files
do
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ]
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ]
then
wget -O "$DIR/$file" "$URL/config_files/$file"
fi