mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
update 2026-06-12 02:43:57
This commit is contained in:
parent
cb9b8b303d
commit
3ee56fb70f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user