Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 访问其他国内网站都正常,但是京东报错 #3867

Open
5 of 7 tasks
iamjimmycheng opened this issue Apr 30, 2024 · 1 comment
Open
5 of 7 tasks

[Bug] 访问其他国内网站都正常,但是京东报错 #3867

iamjimmycheng opened this issue Apr 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@iamjimmycheng
Copy link

Verify Steps

  • Tracker 我已经在 Issue Tracker 中找过我要提出的问题
  • Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash
  • Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
  • Relevant 我知道 OpenClash 与 内核(Core)、控制面板(Dashboard)、在线订阅转换(Subconverter)等项目之间无直接关系,仅相互调用
  • Definite 这确实是 OpenClash 出现的问题
  • Contributors 我有能力协助 OpenClash 开发并解决此问题
  • Meaningless 我提交的是无意义的催促更新或修复请求

OpenClash Version

v0.46.003-beta

Bug on Environment

Official OpenWrt

OpenWrt Version

OpenWrt R23.3.3

Bug on Platform

Linux-amd64(x86-64)

Describe the Bug

访问大部分都国内、国外网站都正常,唯独访问京东不行,但是换成passwall的话,访问京东就正常了,是DNS的问题吗?

To Reproduce

以下是我的yaml配置:
mixed-port: 7890
unified-delay: false
geodata-mode: true
tcp-concurrent: false
find-process-mode: strict
global-client-fingerprint: chrome

allow-lan: true
mode: rule
log-level: info

external-controller: 127.0.0.1:9090

geox-url:
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"

profile:
store-selected: true
store-fake-ip: true

sniffer:
enable: false
sniff:
TLS:
ports: [443]
HTTP:
ports: [80]
override-destination: true

tun:
enable: true
stack: system
dns-hijack:
- 'any:53'
auto-route: true
auto-detect-interface: true

dns:
enable: true
listen: 0.0.0.0:1053
fake-ip-range: 28.0.0.1/8
fake-ip-filter:
- '*'
- '+.lan'
default-nameserver:
- 223.5.5.5
nameserver:
- 'tls://8.8.4.4#DNS_Proxy'
- 'tls://1.0.0.1#DNS_Proxy'
proxy-server-nameserver:
- https://dns.alidns.com/dns-query#h3=true
nameserver-policy:
"geosite:cn,private":
- 223.5.5.5
- 114.114.114.114
- https://dns.alidns.com/dns-query#h3=true

OpenClash Log

2024-04-30 17:33:27 level=warning msg="[TCP] dial DIRECT (match RuleSet/ChinaMaxDomain) 192.168.3.176:57468 --> misc.360buyimg.com:443 error: dial tcp 117.72.226.3:443: i/o timeout"
2024-04-30 17:33:27 level=info msg="[TCP] 192.168.3.176:57472 --> static.360buyimg.com:443 match RuleSet(ChinaMaxDomain) using DIRECT"
2024-04-30 17:33:27 level=warning msg="[TCP] dial DIRECT (match RuleSet/ChinaMaxDomain) 192.168.3.176:57467 --> misc.360buyimg.com:443 error: dial tcp 117.72.226.3:443: i/o timeout"

OpenClash Config

No response

Expected Behavior

Additional Context

No response

@iamjimmycheng iamjimmycheng added the bug Something isn't working label Apr 30, 2024
@vernesong
Copy link
Owner

nameserver不要填国外的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants