[GH-ISSUE #220] 最简单的二级代理,上级需要简单认证,如何配置? #139

Closed
opened 2026-02-27 23:15:37 +03:00 by kerem · 1 comment
Owner

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转一下。

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转一下。
kerem closed this issue 2026-02-27 23:15:37 +03:00
Author
Owner

@snail007 commented on GitHub (Feb 15, 2019):

使用sps

<!-- gh-comment-id:464091182 --> @snail007 commented on GitHub (Feb 15, 2019): 使用sps
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#139
No description provided.