后端
2.19.18- 脚本上下文参数
$options 中新增 _req 字段, 包含请求信息, 结构为结构为
{
method,
url,
path,
query,
params,
headers,
body,
}
可使用脚本里判断请求(比如
User-Agent) 执行不同的逻辑- 拉取文件时 日志输出
User-AgentPlease open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.20- 修复 TUIC congestion-controller
感谢群友 @Louise_mify 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
Loon News
#Loon #AppStore
版本3.3.0(853) for iOS & tvOS正式版已在Apple Store更新。
主要更新内容。
1. VLESS 协议支持新增 Reality + Vision
2. 自动策略组在遇到无效节点时切换逻辑更加准确与灵活
3. 优化 DNS-REJECT 处理机制
4. 提升 TCP 并发连接能力,增强转发效率
5. 支持通过 iCloud 配置多个 tvOS 配置文件
6. BugFix
👥 频道:@LoonNews
💬 群组:@Loon0x00
版本3.3.0(853) for iOS & tvOS正式版已在Apple Store更新。
主要更新内容。
1. VLESS 协议支持新增 Reality + Vision
2. 自动策略组在遇到无效节点时切换逻辑更加准确与灵活
3. 优化 DNS-REJECT 处理机制
4. 提升 TCP 并发连接能力,增强转发效率
5. 支持通过 iCloud 配置多个 tvOS 配置文件
6. BugFix
👥 频道:@LoonNews
💬 群组:@Loon0x00
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥3❤1
后端
2.19.25- AnyTLS URI 支持 UDP 参数
感谢群友 @Cshuijiao 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.30- 简单实现了
SUB_STORE_MMDB_CRON 定时更新 MMDBASN 需要设置环境变量
SUB_STORE_MMDB_ASN_PATH, SUB_STORE_MMDB_ASN_URLCOUNTRY 需要设置环境变量
SUB_STORE_MMDB_COUNTRY_PATH, SUB_STORE_MMDB_COUNTRY_URL以后再优化...
感谢 @Momiji233 的建议
- 脚本中新增
ProxyUtils.downloadFile 方便下载二进制文件Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.31 前端 2.15.17- 忽略失败的远程选择支持开启通知(如图)
文件的远程也支持
感谢 @Momiji233 的建议
Please open Telegram to view this post
VIEW IN TELEGRAM
Sub-Store 小课堂: 根据 Surge 已解锁的功能输出不同的配置
详见 频道消息
在 Sub-Store 中, 可以创建一个文件, 如图. 根据 Surge 已解锁的功能输出不同的配置
🤭 Sub-Store 合集
🥰 #SubStore #Sub-Store #小课堂 #tips #配置 #解锁 #功能 #托管 #脚本
在最新的 iOS 版本中,为 Surge 的托管配置、外部资源和模块 HTTP 请求,新增了 X-Surge-Unlocked-Features 字段,用于服务器判定 Surge 已解锁的功能以区分返回结果
详见 频道消息
在 Sub-Store 中, 可以创建一个文件, 如图. 根据 Surge 已解锁的功能输出不同的配置
const headers = $options?._req?.headers
const features = (headers?.['x-surge-unlocked-features'] || headers?.['X-Surge-Unlocked-Features'])?.split(/\s*,\s*/)
console.log(features)
// 如果包含某个功能
if (features?.includes('encrypted-dns')) {
// 就修改内容
$content = $content.replace(/a/,'b')
}
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.19- 修复从剪贴板导入节点操作时丢失自定义操作名称的问题
感谢群友 用户 881031632 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1