mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #368] --jumper 无法对 direct 生效 #282
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#282
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 @pinghe on GitHub (May 11, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/368
当加载了 direct 时,如果配置了 --jumper,当访问 direct 文件中的网站时,jumper 参数未生效。
@snail007 commented on GitHub (May 11, 2020):
你这句话就是矛盾的,direct就是proxy直接访问,用jumper就不是直接访问了。
@pinghe commented on GitHub (May 11, 2020):
应该是一个新功能,期望配置某些网站,只经过本级代理,不经过下一级代理,如果配置了jumper参数,则这些网站经过jumper参数访问。确实和direct有区别。
有一个网站 A,通过二级代理访问 A 时,二级代理到一级代理和A,需要通过jumper才能通。
无 direct
二级代理 --(jumper)--> 一级代理 -->A
有 direct
二级代理 --(jumper未生效,不通)--> A
期望是
二级代理 --(jumper生效)--> A