[GH-ISSUE #243] 域名黑名单无效 #161

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

Originally created by @LazyZhu on GitHub (Mar 20, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/243

在域名黑名单中的域名有时使用代理有时又直连

2019/03/21 02:31:34 CONNECT:iplookup.flagfox.net:443
2019/03/21 02:31:34 use proxy : true, iplookup.flagfox.net:443
2019/03/21 02:31:34 conn 127.0.0.1:57443 - 127.2.0.1:8015 connected [iplookup.flagfox.net:443]
...
2019/03/21 02:32:07 conn 127.0.0.1:57443 - 127.2.0.1:8015 released [iplookup.flagfox.net:443]
...
2019/03/21 02:32:21 CONNECT:iplookup.flagfox.net:443
2019/03/21 02:32:21 use proxy : false, iplookup.flagfox.net:443
2019/03/21 02:32:22 conn 127.0.0.1:58616 - 77.98.167.171:443 connected [iplookup.flagfox.net:443]
...
2019/03/21 02:32:29 conn 127.0.0.1:58616 - 77.98.167.171:443 released [iplookup.flagfox.net:443]
2019/03/21 02:31:47 CONNECT:maps.googleapis.com:443
2019/03/21 02:31:47 use proxy : true, maps.googleapis.com:443
2019/03/21 02:31:47 conn 127.0.0.1:57761 - 127.2.0.1:8019 connected [maps.googleapis.com:443]
2019/03/21 02:31:47 CONNECT:maps.googleapis.com:443
2019/03/21 02:31:47 use proxy : false, maps.googleapis.com:443
2019/03/21 02:31:48 CONNECT:maps.googleapis.com:443
2019/03/21 02:31:48 use proxy : false, maps.googleapis.com:443
...
2019/03/21 02:31:51 CONNECT:maps.googleapis.com:443
2019/03/21 02:31:51 use proxy : true, maps.googleapis.com:443
2019/03/21 02:31:51 conn 127.0.0.1:57874 - 127.2.0.1:8022 connected [maps.googleapis.com:443]
2019/03/21 02:31:52 CONNECT:maps.googleapis.com:443
2019/03/21 02:31:52 use proxy : true, maps.googleapis.com:443
2019/03/21 02:31:52 conn 127.0.0.1:57902 - 127.2.0.1:8016 connected [maps.googleapis.com:443]
...
2019/03/21 02:31:57 conn 127.0.0.1:57874 - 127.2.0.1:8022 released [maps.googleapis.com:443]
2019/03/21 02:32:21 conn 127.0.0.1:57902 - 127.2.0.1:8016 released [maps.googleapis.com:443]
Originally created by @LazyZhu on GitHub (Mar 20, 2019). Original GitHub issue: https://github.com/snail007/goproxy/issues/243 在域名黑名单中的域名有时使用代理有时又直连 ~~~ 2019/03/21 02:31:34 CONNECT:iplookup.flagfox.net:443 2019/03/21 02:31:34 use proxy : true, iplookup.flagfox.net:443 2019/03/21 02:31:34 conn 127.0.0.1:57443 - 127.2.0.1:8015 connected [iplookup.flagfox.net:443] ... 2019/03/21 02:32:07 conn 127.0.0.1:57443 - 127.2.0.1:8015 released [iplookup.flagfox.net:443] ... 2019/03/21 02:32:21 CONNECT:iplookup.flagfox.net:443 2019/03/21 02:32:21 use proxy : false, iplookup.flagfox.net:443 2019/03/21 02:32:22 conn 127.0.0.1:58616 - 77.98.167.171:443 connected [iplookup.flagfox.net:443] ... 2019/03/21 02:32:29 conn 127.0.0.1:58616 - 77.98.167.171:443 released [iplookup.flagfox.net:443] ~~~ ~~~ 2019/03/21 02:31:47 CONNECT:maps.googleapis.com:443 2019/03/21 02:31:47 use proxy : true, maps.googleapis.com:443 2019/03/21 02:31:47 conn 127.0.0.1:57761 - 127.2.0.1:8019 connected [maps.googleapis.com:443] 2019/03/21 02:31:47 CONNECT:maps.googleapis.com:443 2019/03/21 02:31:47 use proxy : false, maps.googleapis.com:443 2019/03/21 02:31:48 CONNECT:maps.googleapis.com:443 2019/03/21 02:31:48 use proxy : false, maps.googleapis.com:443 ... 2019/03/21 02:31:51 CONNECT:maps.googleapis.com:443 2019/03/21 02:31:51 use proxy : true, maps.googleapis.com:443 2019/03/21 02:31:51 conn 127.0.0.1:57874 - 127.2.0.1:8022 connected [maps.googleapis.com:443] 2019/03/21 02:31:52 CONNECT:maps.googleapis.com:443 2019/03/21 02:31:52 use proxy : true, maps.googleapis.com:443 2019/03/21 02:31:52 conn 127.0.0.1:57902 - 127.2.0.1:8016 connected [maps.googleapis.com:443] ... 2019/03/21 02:31:57 conn 127.0.0.1:57874 - 127.2.0.1:8022 released [maps.googleapis.com:443] 2019/03/21 02:32:21 conn 127.0.0.1:57902 - 127.2.0.1:8016 released [maps.googleapis.com:443] ~~~
kerem closed this issue 2026-02-27 23:15:44 +03:00
Author
Owner

@LazyZhu commented on GitHub (Mar 20, 2019):

是因为我开了--intelligent=intelligent的原因吗?
先检测黑白名单,不包含的再http测试不是更好么

<!-- gh-comment-id:474989021 --> @LazyZhu commented on GitHub (Mar 20, 2019): 是因为我开了--intelligent=intelligent的原因吗? 先检测黑白名单,不包含的再http测试不是更好么
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#161
No description provided.