Custom sessionID#6258
Conversation
|
还有修了一下语法检查飙警告 |
2d68d34 to
4f7a474
Compare
|
lets see |
4f7a474 to
2f121bd
Compare
|
the issue with this entire thing is, if we're going to use query it still can be detected, param=string¶m2=digits, i guess we're being forced to get back into header mode which is retarded in the first place, you should allow us also append params in query string, the same way you do with "headers" |
|
跟这个patch无关 其余部分不是我设计的 |
|
ik its not related to this pr, but awaiting a month until another detection gets in a way is one of our concerns, try adding more options in the next pr to cover that too, considering we've got extra: headers{ why not have extra: {queries:... append:{ prepend:{ |
|
WE ARE BEGGING APPROVE THIS PULL REQUEST🗣️🗣️🗣️🗣️🗣️🗣️ |
|
I tested this, and it really does help bypass a CDN that started blocking requests based on UUID-like session IDs. Looking forward to the merge. |
…imes) XTLS#6258 — XHTTP Custom sessionID: - sessionIDTable: base62 / hex / HEX / 自定义 ASCII 表 - sessionIDLength: RangeConfig 控制长度 - GenerateSessionID() 替代 uuid.New().String() XTLS#4231 — Mux cool maxReuseTimes: - mux ClientStrategy 支持 MaxReuseTimes 替代固定 128 - 默认 60000,可通过 maxReuseTimes 配置下调 - outbound handler 传递配置到 mux 策略
|
MERGE 😭 |

基本是 #6251 和 #6253 的修正版本
支持range设定 自定义table 三个预定义table base62 hex 大写hex(写作HEX)