From 7bceef4cbd275e4e8212bf4d3e8745ab4cc0d166 Mon Sep 17 00:00:00 2001 From: bgme <i@bgme.me> Date: Sat, 10 May 2025 00:17:49 +0800 Subject: [PATCH] add smartdns and luci-app-smartdns --- update-subtree.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-subtree.sh b/update-subtree.sh index 475f58e..8bb9053 100644 --- a/update-subtree.sh +++ b/update-subtree.sh @@ -3,4 +3,6 @@ cd "$(dirname "$0")" git subtree pull --prefix=einat-ebpf --squash https://github.com/muink/openwrt-einat-ebpf.git master -git subtree pull --prefix=luci-app-einat --squash https://github.com/muink/luci-app-einat.git master \ No newline at end of file +git subtree pull --prefix=luci-app-einat --squash https://github.com/muink/luci-app-einat.git master +git subtree pull --prefix=smartdns --squash https://github.com/pymumu/openwrt-smartdns.git master +git subtree pull --prefix=luci-app-smartdns --squash https://github.com/pymumu/luci-app-smartdns.git master \ No newline at end of file