高产群友 @horr_self PagerMaid-Modify 大合集
🆕 yvlu 本地版制作语录贴纸 更新
支持引用回复
原消息
人形插件合集
频道资源合集
恰饭推荐
群组
#PagerMaid-Modify #人形自走机器人 #bot #插件 #脚本 #horr_self #gpt #ip #eat #dme #autodelcmd #yvlu #gemini
🆕 yvlu 本地版制作语录贴纸 更新
支持引用回复
HOMEBREW_DOWNLOAD_CONCURRENCY={int} 环境变量启用。
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'
}