diff --git a/luci-app-passwall/luasrc/passwall/util_xray.lua b/luci-app-passwall/luasrc/passwall/util_xray.lua index d2ea11ab..7ca6c45e 100644 --- a/luci-app-passwall/luasrc/passwall/util_xray.lua +++ b/luci-app-passwall/luasrc/passwall/util_xray.lua @@ -390,7 +390,7 @@ function gen_outbound(flag, node, tag, proxy_table) } if node.protocol == "wireguard" then - result.settings.kernelMode = false + result.settings.noKernelTun = true if node.finalmask and node.finalmask ~= "" then local ok, fm = pcall(jsonc.parse, api.base64Decode(node.finalmask)) if ok and type(fm) == "table" then diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index f9de8a6c..831ba0b4 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=a322dfb6bfd8987c83453c39582a07771c9deddf9f8f7d2d19c7927ebd5e76c8 endef -GEOSITE_VER:=20260611003902 +GEOSITE_VER:=20260611150933 GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER) define Download/geosite URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/ URL_FILE:=dlc.dat FILE:=$(GEOSITE_FILE) - HASH:=ae282c25d9f11e850715cdabcf7bcffb5b7fd461c3f60b61cee7d48ba76a77d6 + HASH:=5922b26d73e93d945ae0b39d2e233b3a97f3909e9f397f3cf04c191f3b8fe7c3 endef GEOSITE_IRAN_VER:=202606080206