mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-28 00:45:50 +03:00
[GH-ISSUE #186] windows 无法将 ssh 转为 socks5 http #115
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#115
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 @ztj1993 on GitHub (Nov 28, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/186
首先我在 Linux 上创建了一个账户,创建方式为:https://github.com/ztj1993/CodeFavorites/blob/master/Linux/ProxyUser.sh
然后,我希望通过 goproxy ssh to http 代理,但是无法实现,同时我使用 plink 转为 socks5 代理,然后通过 goproxy 转为 http 代理,亦无法实现。
plink 转为 socks5 代理后,本地可以通过 socks5 上网。
我原来的方案为 plink 转为 socks5,然后通过 privoxy 转为 http,这样的方案,本地可以使用 http 和 socks5 上网。
请问这种情况是何原因呢,是否为我创建用户的那个执行脚本所致。
@snail007 commented on GitHub (Nov 28, 2018):
看手册
@ztj1993 commented on GitHub (Nov 28, 2018):
@snail007 这是我执行命令:
经过测试,这样是不行的,日志提升解码失败之类的,这是日志
@ztj1993 commented on GitHub (Nov 28, 2018):
@snail007 上面的日志可能是使用 https 代理导致的,浏览器 http 代理后,仍然没走代理,这是最新的日志
看来这次将 privoxy 转为 goproxy 的方案还是无法完成。
@snail007 commented on GitHub (Nov 28, 2018):
看手册