[GH-ISSUE #338] issue #255

Closed
opened 2026-02-27 23:16:11 +03:00 by kerem · 2 comments
Owner

Originally created by @philhuan on GitHub (Dec 1, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/338

Originally created by @philhuan on GitHub (Dec 1, 2019). Original GitHub issue: https://github.com/snail007/goproxy/issues/338
kerem closed this issue 2026-02-27 23:16:12 +03:00
Author
Owner

@snail007 commented on GitHub (Dec 1, 2019):

可以,配合内网穿透即可,172启动bridge,client和s5 A ,192启动server把172的s5 A 映射到本地端口C,然后本地原有s5 B设置上级为C即可。

<!-- gh-comment-id:560119237 --> @snail007 commented on GitHub (Dec 1, 2019): 可以,配合内网穿透即可,172启动bridge,client和s5 A ,192启动server把172的s5 A 映射到本地端口C,然后本地原有s5 B设置上级为C即可。
Author
Owner

@philhuan commented on GitHub (Dec 2, 2019):

172
./proxy socks -t tcp -p "0.0.0.0:6665" -T tcp -P "127.0.0.1:6666"
./proxy bridge -p ":6666" -C proxy.crt -K proxy.key
192
./proxy socks -t tcp -p "0.0.0.0:6666"
./proxy client -P "172.1.1.233:6666" -C proxy.crt -K proxy.key

然后我再连172的s5代理吗

<!-- gh-comment-id:560240760 --> @philhuan commented on GitHub (Dec 2, 2019): 172 ./proxy socks -t tcp -p "0.0.0.0:6665" -T tcp -P "127.0.0.1:6666" ./proxy bridge -p ":6666" -C proxy.crt -K proxy.key 192 ./proxy socks -t tcp -p "0.0.0.0:6666" ./proxy client -P "172.1.1.233:6666" -C proxy.crt -K proxy.key 然后我再连172的s5代理吗
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#255
No description provided.