mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
💋 Sync 2026-07-21 00:05:26
This commit is contained in:
parent
f66a44b25f
commit
3d89e6a965
@ -5,10 +5,10 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dae
|
||||
PKG_VERSION:=2026.07.17
|
||||
PKG_RELEASE:=18
|
||||
PKG_VERSION:=2026.07.20
|
||||
PKG_RELEASE:=19
|
||||
|
||||
PKG_SOURCE:=dae-src-2026.07.17-a6c87279b3bf.tar.gz
|
||||
PKG_SOURCE:=dae-src-2026.07.20-4c2bb0f0cb5e.tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/kenzok8/openwrt-daede/releases/download/dae-src
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_HASH:=skip
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=daed
|
||||
PKG_VERSION:=2026.07.17
|
||||
PKG_RELEASE:=25
|
||||
PKG_VERSION:=2026.07.20
|
||||
PKG_RELEASE:=26
|
||||
|
||||
PKG_SOURCE:=daed-src-2026.07.17-1e3ce69d866f.tar.gz
|
||||
PKG_SOURCE:=daed-src-2026.07.20-42db711ac8ce.tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/kenzok8/openwrt-daede/releases/download/daed-src
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_HASH:=skip
|
||||
|
||||
@ -4,7 +4,7 @@ LUCI_TITLE:=luci-app-ssr-plus
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-ssr-plus
|
||||
PKG_VERSION:=196
|
||||
PKG_RELEASE:=50
|
||||
PKG_RELEASE:=51
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \
|
||||
|
||||
@ -2088,7 +2088,7 @@ Start_Run() {
|
||||
}
|
||||
local clash_workdir="$(get_clash_workdir "$GLOBAL_SERVER")"
|
||||
ln_start_bin "$mihomo_bin" ssr-retcp -d "$clash_workdir" -f "$clash_workdir/config.yaml"
|
||||
echolog "Main node:Mihomo (Clash) Started!"
|
||||
echolog "Main node: $($mihomo_bin -v 2>&1 | head -1 | awk '{print $1, $3}') (Clash) Started!"
|
||||
;;
|
||||
socks5)
|
||||
if start_socks5_redir_with_ipt2socks "$GLOBAL_SERVER" "$tcp_port" "$threads"; then
|
||||
|
||||
@ -481,7 +481,7 @@ Xray.outbounds = {
|
||||
tag = (remarks ~= nil and remarks ~= "") and (node_id .. ":" .. remarks) or node_id,
|
||||
-- 底层传输配置
|
||||
streamSettings = (server.v2ray_protocol ~= "wireguard") and {
|
||||
network = (server.v2ray_protocol == "hysteria2") and "hysteria" or (server.transport or "raw"),
|
||||
[(xray_version_val >= 260711) and "method" or "network"] = (server.v2ray_protocol == "hysteria2") and "hysteria" or (server.transport or "raw"),
|
||||
security = (server.xtls == '1') and "xtls" or (server.tls == '1') and "tls" or (server.reality == '1') and "reality" or nil,
|
||||
tlsSettings = (server.tls == '1') and {
|
||||
-- tls
|
||||
|
||||
Loading…
Reference in New Issue
Block a user