mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #210] http代理-Z参数处理bug #131
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#131
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 @snail007 on GitHub (Jan 21, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/210
本地:http -t tcp -T tcp -Z pwd -P host -B block
远程:http -t tcp -z pwd
存在一个bug
对应不在block名单中的域名直接连接,但是对直接返回的数据进行解密操作引起数据错误
@snail007 commented on GitHub (Jan 21, 2019):
if *s.cfg.ParentKey != ""需要增加useproxy判断