注意!要使用国际服客户端!
客户端下载链接:Stella Sora Official Website
服务端点击一键启动运行
代理使用方法:
- 安装并运行Fiddler Classic。
- 将以下代码复制粘贴到 Fiddler Classic 的 Fiddlerscript 标签页中。记得复制粘贴后保存脚本:
import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;
class Handlers
{
static function OnBeforeRequest(oS: Session) {
if (oS.host.EndsWith(".yostarplat.com") || oS.host.EndsWith(".stellasora.global")) {
oS.oRequest.headers.UriScheme = "http";
oS.host = "localhost"; // This can also be replaced with another IP address.
}
}
};
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END














暂无评论内容