shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

A connection attempt failed because the connected party did not properly respond after a period of time #265

Closed salzburgrujvnun closed 2 years ago

salzburgrujvnun commented 2 years ago

具体如何配置文件?

报错信息

 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

overture配置:

bindAddress: :53
debugHTTPAddress: 127.0.0.1:5555
dohEnabled: false
primaryDNS:
  - name: GoogleDoH
    address: https://dns.google/dns-query
    protocol: https
    socks5Address: 172.0.0.1:7890
    timeout: 6
    ednsClientSubnet:
      policy: disable
      externalIP:
      noCookie: true

image

服务节点,使用 vmess, trojan。 Clash 服务器模式开启,混合端口开启,TAP模式未开启,局域网未开启。

Clash DNS配置:

dns:
  enable: true
  # listen: 0.0.0.0:53
  ipv6: false
  default-nameserver:
    - 223.5.5.5
    - 119.29.29.29
  enhanced-mode: redir-host
  nameserver:
    - https://dns.alidns.com/dns-query
    - https://doh.pub/dns-query
  fallback:
    - 0.0.0.0:53
shawn1m commented 2 years ago

"172.0.0.1:7890" Please check your config file first