- 👍3
- ❤️1
f25f9462-2269-49c0-880d-06c67ab8519e感谢 Ayperos 赞助」
通用TCP/UDP隧道解决方案,免配置单文件多模式,采用控制数据双路分离架构,内置零延迟自适应连接池,实现跨网络限制的快速安全访问。
在最新的 iOS 版本中,为 Surge 的托管配置、外部资源和模块 HTTP 请求,新增了 X-Surge-Unlocked-Features 字段,用于服务器判定 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')
}
Surge-Unlocked-Features: proxy-chain, wireguard, ssh, encrypted-dns, body-rewrite, smart-group, load-balance, vmess, trojan, snell-v4, egress-control, response-header-rewrite, doh, shadow-tls-v3, tuic-v5, hysteria, ecn, ss-2022, rule-pre-matching, body-rewrite-jq, port-forwarding, dot
SUB_STORE_BACKEND_MERGE 的配置示例
2.19.32av114377462124399 • BV19n5mz5ECS • 18:57
2.19.31 前端 2.15.172.19.30SUB_STORE_MMDB_CRON 定时更新 MMDBSUB_STORE_MMDB_ASN_PATH, SUB_STORE_MMDB_ASN_URLSUB_STORE_MMDB_COUNTRY_PATH, SUB_STORE_MMDB_COUNTRY_URLProxyUtils.downloadFile 方便下载二进制文件