mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #372] 请教如何将一个带密码的代理转为本地代理 #285
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#285
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 @ioxinfty on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/372
我希望将一个带密码的代码转为本地不带密码的代理进行访问
比如像下面这样
.\proxy.exe http -t tcp -p 127.0.0.1:3322 -T tcp -J 'https://user:pass@host:port'
这样虽然能启动但是不起作用
@snail007 commented on GitHub (May 27, 2020):
请看手册 sps
@ioxinfty commented on GitHub (May 27, 2020):
现在可以了,非常感谢。