Please open Telegram to view this post
VIEW IN TELEGRAM
🥰7❤5👍1🤔1
某些机场只有纯 Hysteria2 节点, 之前的版本无法解析. 请更新到此版本
Please open Telegram to view this post
VIEW IN TELEGRAM
❤9👍2
tls-fingerprintPlease open Telegram to view this post
VIEW IN TELEGRAM
❤7
给 tuic 协议都加上 block-quic 为 off 的脚本操作示例:
async function operator(proxies = []) {
return proxies.map((p = {}) => {
if (['tuic'].includes(p.type)) {
p['block-quic'] = 'off';
}
return p
})
}Please open Telegram to view this post
VIEW IN TELEGRAM
❤2👍1
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1👍1
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
折腾啥
Sub-Store 给订阅添加一个流量/过期信息的节点
🆕 更新: 兼容更多形式的数据, 并且脚本链接的参数可以覆盖远程订阅的参数
一个使用示例:
如图, 你可以给本地订阅 添加流量信息
并在脚本中指定重置天数
· 订阅链接支持 showRemaining 参数, 此时将显示剩余流量而不是已用流量
· 订阅重置周期的设置方式有两种
1. 每个自然月固定一个天重置的: 设置每月流量重置日 resetDay
例: http://a.com?token=a#resetDay=19 为 每月19日重置流量…
🆕 更新: 兼容更多形式的数据, 并且脚本链接的参数可以覆盖远程订阅的参数
一个使用示例:
如图, 你可以给本地订阅 添加流量信息
并在脚本中指定重置天数
· 订阅链接支持 showRemaining 参数, 此时将显示剩余流量而不是已用流量
· 订阅重置周期的设置方式有两种
1. 每个自然月固定一个天重置的: 设置每月流量重置日 resetDay
例: http://a.com?token=a#resetDay=19 为 每月19日重置流量…
❤6👍2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
headers 中小写的 host 字段Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤2
server_check_url 和 benchmark-url 字段Please open Telegram to view this post
VIEW IN TELEGRAM
👍4
tls-pubkey-sha256 tls-alpn tls-no-session-ticket tls-no-session-reuse 字段Please open Telegram to view this post
VIEW IN TELEGRAM
👏4
奇葩的节点名应该都没问题了
Please open Telegram to view this post
VIEW IN TELEGRAM
可先查看预览中的节点 JSON 数据 或 查看
通用订阅 或 手动打开 ?target=JSON 查看字段名 再进行修改$server.name = '节点前缀-' + $server.name
$server.ecn = true
$server['test-url'] = 'http://1.0.0.1/generate_204'
Please open Telegram to view this post
VIEW IN TELEGRAM
❤11👍2
#noCache 关闭缓存不影响脚本链接原传递参数的方式
例:
https://raw.githubusercontent.com/sub-store-org/Sub-Store/master/scripts/fancy-characters.js#type=sans-serif-bold#noCachePlease open Telegram to view this post
VIEW IN TELEGRAM
❤2
例如: 建一个
name 为 sub 的订阅, 配置好节点操作以后可以自由传入参数 无需在 Sub-Store 前端创建新的配置
/download/sub?target=Surge&content=encodeURIComponent编码过的本地节点/download/sub?target=Surge&url=encodeURIComponent编码过的订阅链接&ua=encodeURIComponent编码过的User-AgentPlease open Telegram to view this post
VIEW IN TELEGRAM
❤2
no-error-alert 和 ip-version 字段示例代码:
$server['ip-version'] = 'ipv4'
$server['no-error-alert'] = true
注:
ip-version Surge 端内外部字段对应关系如下(但是你直接写 v4-only 也可以){
dual: 'dual',
ipv4: 'v4-only',
ipv6: 'v6-only',
'ipv4-prefer': 'prefer-v4',
'ipv6-prefer': 'prefer-v6',
}Please open Telegram to view this post
VIEW IN TELEGRAM
❤5
down-speed 和 up-speed 字段截取数字部分Please open Telegram to view this post
VIEW IN TELEGRAM
❤2🤔1
增加了节点字段
no-resolve 可用于跳过域名解析resolved 用来标记域名解析是否成功如图所示 一个简单的例子
当节点名包含
[DDNS] 时, 跳过域名解析$server['no-resolve'] = $server.name.includes('[DDNS]')Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
host 和 port环境变量:
SUB_STORE_BACKEND_API_HOST 默认 ::
SUB_STORE_BACKEND_API_PORT 默认 3000但是不建议直接公网+端口使用. 请配置
SUB_STORE_BACKEND_API_HOST=127.0.0.1 + HTTPS 反向代理(使用复杂路径)Please open Telegram to view this post
VIEW IN TELEGRAM
🤔2❤1
Quantumult%20X/1.0.29 (iPhone14,5; iOS 15.4.1) 改成了 clash.meta部分 User-Agent 举例:
Surge iOS/3004Shadowrocket/1978 CFNetwork/1331.0.7 Darwin/21.4.0clash.meta可尝试设置为
clash-verge/v1.5.1 等客户端的 User-Agent 让机场后端下发更多协议请积极向机场主/机场后端项目反馈
给
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4👍2