From ac924f2d566f961be26cc4bfabf370a6813a5539 Mon Sep 17 00:00:00 2001 From: bgme Date: Wed, 9 Jul 2025 01:47:53 +0800 Subject: [PATCH] add fakehttp --- update-subtree.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update-subtree.sh b/update-subtree.sh index 8bb9053..5769405 100644 --- a/update-subtree.sh +++ b/update-subtree.sh @@ -4,5 +4,8 @@ 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 + 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 +git subtree pull --prefix=luci-app-smartdns --squash https://github.com/pymumu/luci-app-smartdns.git master + +git subtree pull --prefix=fakehttp --squash https://github.com/yingziwu/openwrt-fakehttp.git main