Добавил файлы zapret + скрипт отключения Stubby

This commit is contained in:
2025-04-03 17:05:31 +03:00
parent 23990c3f22
commit 751c4f99f8
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.DS_Store
+38
View File
@@ -0,0 +1,38 @@
#!/bin/sh
echo ""
echo ""
echo ""
echo ""
echo ""
echo "-----------------------------------"
echo -e "\e[32mReset stubby\e[0m"
echo "-----------------------------------"
echo ""
echo ""
echo ""
echo ""
echo ""
uci set dhcp.@dnsmasq[0].noresolv="0"
uci -q delete dhcp.@dnsmasq[0].server
uci commit dhcp
/etc/init.d/dnsmasq restart
echo ""
echo ""
echo ""
echo ""
echo ""
echo "-----------------------------------"
echo -e "\e[32mStubby has been dropped!\e[0m"
echo "-----------------------------------"
echo ""
echo ""
echo ""
echo ""
echo ""
Binary file not shown.
Binary file not shown.