TGTGInsighttelegram intelligenceLIVE / telegram public index
← Cool Scripts
Cool Scripts avatar

TGINSIGHT POST

Post #442

@cool_scripts

Cool Scripts

Views11,100帖子阅读量
发布10月24日2023/10/24 01:48
Post content

帖子内容

🔗 Sub-Store 🆕 2.14.77 🟢Surge 支持 block-quic 参数 给 tuic 协议都加上 block-quic 为 off 的脚本操作示例: async function operator(proxies = []) { return proxies.map((p = {}) => { if (['tuic'].includes(p.type)) { p['block-quic'] = 'off'; } return p }) }