mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #468] I want goproxy service go whit sockt5 proxy #370
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#370
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 @zhubinsheng on GitHub (Mar 4, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/468
@zhubinsheng commented on GitHub (Mar 4, 2022):
how can i do ?
@zhubinsheng commented on GitHub (Mar 4, 2022):
我用goproxy跑了一个http代理,但是上级配置的IP地址需要easyconnect提供的代理来支持;我用了https://github.com/Hagb/docker-easyconnect这个库 暴露了一个sockt5的代理端口,然后我想让goproxy走这个sockt5的代理端口
@snail007 commented on GitHub (Mar 4, 2022):
看手册,指定上级参数。
@zhubinsheng commented on GitHub (Mar 4, 2022):
已经用命令行实现感谢作者