mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 17:01:53 +08:00
update 2026-06-12 22:47:37
This commit is contained in:
parent
786e9c6cf2
commit
a358a7045c
@ -659,7 +659,7 @@ o:depends("type", "hysteria2")
|
||||
o.rmempty = true
|
||||
o.default = "0"
|
||||
|
||||
o = s:option(Value, "obfs_type", translate("Obfuscation Type"))
|
||||
o = s:option(ListValue, "obfs_type", translate("Obfuscation Type"))
|
||||
o:value("", translate("Disable"))
|
||||
o:value("salamander")
|
||||
o:value("gecko")
|
||||
|
||||
@ -278,7 +278,7 @@ function wireguard()
|
||||
allowedIPs = (server.allowedips) or nil,
|
||||
}
|
||||
},
|
||||
kernelMode = (server.kernelmode == "1") and true or false,
|
||||
noKernelTun = (server.kernelmode == "1") and true or false,
|
||||
reserved = reserved,
|
||||
mtu = tonumber(server.mtu)
|
||||
}
|
||||
|
||||
@ -21,13 +21,13 @@ define Download/geoip
|
||||
HASH:=a322dfb6bfd8987c83453c39582a07771c9deddf9f8f7d2d19c7927ebd5e76c8
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20260611150933
|
||||
GEOSITE_VER:=20260612045439
|
||||
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:=5922b26d73e93d945ae0b39d2e233b3a97f3909e9f397f3cf04c191f3b8fe7c3
|
||||
HASH:=b228cf557983891cf009735fadf917ae22f6841fe5f5b5ddd1499bfe97c3e02a
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202606080206
|
||||
|
||||
Loading…
Reference in New Issue
Block a user