diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/disable-stubby.sh b/disable-stubby.sh new file mode 100644 index 0000000..90e45de --- /dev/null +++ b/disable-stubby.sh @@ -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 "" diff --git a/zapret-files/luciapp-zapret.ipk b/zapret-files/luciapp-zapret.ipk new file mode 100644 index 0000000..ad008da Binary files /dev/null and b/zapret-files/luciapp-zapret.ipk differ diff --git a/zapret-files/zapret-core.ipk b/zapret-files/zapret-core.ipk new file mode 100644 index 0000000..9a01ae8 Binary files /dev/null and b/zapret-files/zapret-core.ipk differ