Kisesy / gscan_quic

Google Quic 扫描工具
The Unlicense
348 stars 81 forks source link

任务栏图标问题 #163

Open jyuan15 opened 6 years ago

jyuan15 commented 6 years ago

如图,在任务栏图标上可以快速设置代理模式,但默认代理端口是8087,现在我是用的php,端口是8088,如何将图标上的代理端口改成8088?

2018-09-26_221810

AnyWAT commented 6 years ago

httpproxy.json 😂 true 与 false 互换?还是将 false 改为 true ? "Default": { "Enabled": true, "Address": "127.0.0.1:8087",

"PHP": {
    "Enabled": false,
    "Address": "127.0.0.1:8088",
SeaHOH commented 6 years ago

资源修改器,比如 reshacker。

jyuan15 commented 6 years ago

@AnyWAT 谢谢回复,这个我知道,但这样不能更改图标上的端口

@SeaHOH 已经用reshacker改好了