[GH-ISSUE #210] http代理-Z参数处理bug #131

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

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名单中的域名直接连接,但是对直接返回的数据进行解密操作引起数据错误

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名单中的域名直接连接,但是对直接返回的数据进行解密操作引起数据错误
kerem closed this issue 2026-02-27 23:15:35 +03:00
Author
Owner

@snail007 commented on GitHub (Jan 21, 2019):

if *s.cfg.ParentKey != ""
需要增加useproxy判断

<!-- gh-comment-id:456108662 --> @snail007 commented on GitHub (Jan 21, 2019): ` if *s.cfg.ParentKey != "" ` 需要增加useproxy判断
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#131
No description provided.