后端
2.20.15- Shadowrocket Hysteria 2 obfs password 已经没问题了, 撤回兼容性修改
感谢 issue 反馈
以前 shadowrocket 不兼容标准格式, 所以输出到 shadowrocket 的时候, 修改了字段凑了下它
刚刚试了下新版 shadowrocket 已经修复了, 所以 Sub-Store 2.20.15 撤回了兼容性修改
- ❤️1
2.20.152.15.73obfs=http 为 obfs=vmess-http / obfs=shadowsocks-httpThe obfs=http for shadowsocks protocol follows the shadowsocks project's simple-obfs plugin. The obfs=http for VMess protocol follows V2Ray's implementation. These 2 obfuscations are totally different. Sometimes to comply with your special server settings (「shadowsocks」 + 「http obfuscation of VMess」 or 「VMess」 + 「http obfuscation of shadowsocks」. The latter rarely happens, and the former happens when the server side deployed by V2Ray (or similar programs) with shadowsocks protocol and V2Ray built-in http obfuscation), you may set obfs=vemss-http for shadowsocks protocol, or obfs=shadowsocks-http for vmess protocol.
if($server.type == 'ss' && $server['plugin-opts']?.mode === 'http'){
$server['plugin-opts'].mode = 'vmess-http'
// $server['plugin-opts'].mode = 'shadowsocks-http'
}