mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #220] 最简单的二级代理,上级需要简单认证,如何配置? #139
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#139
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 @zbutfly on GitHub (Feb 15, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/220
proxy.exe http -t tcp -p ":33080" -T tcp -P "xxx.xxx.xxx.xxx:8080" --parent-auth="user:pass" --always报错:http不支持--parent-auth。
proxy.exe http -t tcp -p ":33080" -T tcp -P "user:pass@xxx.xxx.xxx.xxx:8080" --always报错:user:pass无法连接
这个功能在手册里找不到。我司有代理,需要账号认证,而很多软件不支持带认证的http proxy,希望用goproxy转一下。
@snail007 commented on GitHub (Feb 15, 2019):
使用sps