🗽 Sync 2026-03-31 08:49:58

This commit is contained in:
github-actions[bot] 2026-03-31 08:49:58 +08:00
parent 2bd051c664
commit 75953b5780
4 changed files with 9 additions and 7 deletions

View File

@ -4,7 +4,7 @@ LUCI_TITLE:=luci-app-ssr-plus
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=190
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \

View File

@ -372,20 +372,22 @@ end
mldsa65Verify = (server.enable_mldsa65verify == '1') and server.reality_mldsa65verify or nil,
serverName = server.tls_host
} or nil,
rawSettings = ((server.transport == "raw" or server.transport == "tcp") and (server.tcp_guise and server.tcp_guise ~= "none")) and {
rawSettings = ((server.transport == "raw" or server.transport == "tcp")
and (server.tcp_guise and server.tcp_guise ~= "none")) and {
-- tcp
header = {
type = server.tcp_guise,
request = (server.tcp_guise == "http") and {
path = server.http_path and (function()
local t, r = server.http_path, {}
if type(t) == "string" then t = {t} end
for _, v in ipairs(t) do
r[#r + 1] = (v == "" and "/" or v)
end
return r
end)() or {"/"},
headers = (server.http_path or server.user_agent) and {
Host = server.http_path,
Host = (type(server.http_host) == "string") and {server.http_host} or server.http_host,
["User-Agent"] = server.user_agent and {server.user_agent} or nil
} or nil
} or nil

View File

@ -5,8 +5,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sing-box
PKG_VERSION:=1.13.4
PKG_RELEASE:=4
PKG_VERSION:=1.13.5
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?

View File

@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tun2socks
PKG_VERSION:=2.6.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/xjasonlyu/tun2socks.git
PKG_SOURCE_VERSION:=c36137df92a9f9a698a1bae73518c445802df82d
PKG_SOURCE_VERSION:=1d8af8ed96bc281b81b319193c94305f074e34be
PKG_MAINTAINER:=Konstantine Shevlakov <shevlako@132lan.ru>
PKG_LICENSE:=GPL-3.0