From 99e5e171d68d35341c777c6dc071e23af3b90ee7 Mon Sep 17 00:00:00 2001 From: lwb1978 <86697442+lwb1978@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:07:40 +0800 Subject: [PATCH] luci: fix chinadns-ng x86_64 api url --- luci-app-passwall/luasrc/passwall/com.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-passwall/luasrc/passwall/com.lua b/luci-app-passwall/luasrc/passwall/com.lua index 55af79950..83ac01fd9 100644 --- a/luci-app-passwall/luasrc/passwall/com.lua +++ b/luci-app-passwall/luasrc/passwall/com.lua @@ -62,7 +62,7 @@ _M["chinadns-ng"] = { default_path = "/usr/bin/chinadns-ng", match_fmt_str = "%s", file_tree = { - x86_64 = "x86_64", + x86_64 = "x86_64@", x86 = "i686", mips = "mips%-.*mips32%+soft_float@", mipsel = "mipsel.*mips32%+soft_float@",