mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #338] issue #255
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philhuan on GitHub (Dec 1, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/338
@snail007 commented on GitHub (Dec 1, 2019):
可以,配合内网穿透即可,172启动bridge,client和s5 A ,192启动server把172的s5 A 映射到本地端口C,然后本地原有s5 B设置上级为C即可。
@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代理吗