1
liuminghao233 2020-09-08 01:19:23 +08:00 via iPhone 1
用 proxychains4 来 hook 一下
|
2
Yourshell 2020-09-08 01:31:13 +08:00 1
让 websocket 走本地的 socket5 就行了,走 http 是不行的。
|
3
Yourshell 2020-09-08 01:32:23 +08:00
是 socks5,老打错
|
5
ob OP @liuminghao233 这个也支持在代码里面跑的请求?
|
6
liuminghao233 2020-09-08 02:13:46 +08:00 via iPhone
@ob 反过来 你需要用 proxychains4 来跑你的程序
|
7
interim 2020-09-08 05:51:44 +08:00 via Android 1
用 clash 客户端,可以走代理。
|
8
interim 2020-09-08 05:59:58 +08:00
补一下图,我也是玩贪吃蛇不卡了才发现 ws 走了代理,补一下图 https://imgchr.com/i/wKRyz4
|
9
interim 2020-09-08 06:03:39 +08:00
这年头没必要用 ss 了...直接 docker 部署 trojan 几分钟的事情 https://ssu.tw/index.php/archives/40/
|
10
ob OP @liuminghao233
我装了这个: https://github.com/rofl0r/proxychains-ng 在 /etc/proxychains.conf 底部配置了我原本可以用的代理: socks5 127.0.0.1 8118 http 127.0.0.1 8118 ------------------------------- 前面有装 privoxy,上面的端口用 8118 和 1080 都不起作用 $ proxychains4 curl ip.sb [proxychains] config file found: /etc/proxychains.conf [proxychains] preloading /usr/lib/libproxychains4.so [proxychains] DLL init: proxychains-ng 4.14-git-12-gacf2f47 [proxychains] Strict chain ... 127.0.0.1:1080 ... 127.0.0.1:1080 ... ip.sb:80 <--socket error or timeout! curl: (7) Failed to connect to 224.0.0.1: 拒绝连接 是我配置错了吗? |
11
VsevenMagic 2020-09-08 08:15:05 +08:00 via iPhone
走 http 的话配置 v2ray 应该可以
|
12
supermoonie 2020-09-08 08:25:58 +08:00 via iPhone
@Yourshell websocket 是可以有 http 代理的哦
|