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] 当启用Tun模式后,无法连接Hysteria和Hysteria2节点。【补充】 #1222

Open
5 of 6 tasks
QijYooRytowYum opened this issue Apr 25, 2024 · 1 comment
Open
5 of 6 tasks
Labels
bug Something isn't working

Comments

@QijYooRytowYum
Copy link

QijYooRytowYum commented Apr 25, 2024

Verify steps

  • 确保你使用的是本仓库最新的的 mihomo 或 mihomo Alpha 版本 Ensure you are using the latest version of Mihomo or Mihomo Alpha from this repository.
  • 如果你可以自己 debug 并解决的话,提交 PR 吧 Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
  • 我已经在 Issue Tracker 中找过我要提出的问题 I have searched on the issue tracker for a related issue.
  • 我已经使用 Alpha 分支版本测试过,问题依旧存在 I have tested using the dev branch, and the issue still exists.
  • 我已经仔细看过 Documentation 并无法自行解决问题 I have read the documentation and was unable to solve the issue.
  • 这是 Mihomo 核心的问题,并非我所使用的 Mihomo 衍生版本(如 OpenMihomo、KoolMihomo 等)的特定问题 This is an issue of the Mihomo core per se, not to the derivatives of Mihomo, like OpenMihomo or KoolMihomo.

Mihomo version

Mihomo Meta v1.18.3 windows amd64 with go1.20.14 Fri Mar 29 11:57:58 UTC 2024 Use tags: with_gvisor

What OS are you seeing the problem on?

Windows

Mihomo config

mixed-port: 7897
socks-port: 7898
port: 7899
log-level: debug
allow-lan: false
mode: global
external-controller: 127.0.0.1:9097
secret: password
tun:
  stack: gvisor
  device: Meta
  auto-route: true
  auto-detect-interface: true
  dns-hijack:
  - any:53
  strict-route: false
  mtu: 1500
dns:
    enable: true
    ipv6: false
    default-nameserver: [223.5.5.5, 119.29.29.29]
    enhanced-mode: fake-ip
    fake-ip-range: 198.18.0.1/16
    use-hosts: true
    nameserver: ['https://doh.pub/dns-query', 'https://dns.alidns.com/dns-query']
    fallback: ['https://doh.dns.sb/dns-query', 'https://dns.cloudflare.com/dns-query', 'https://dns.twnic.tw/dns-query', 'tls://8.8.4.4:853']
    fallback-filter: { geoip: true, ipcidr: [240.0.0.0/4, 0.0.0.0/32] }

#以下省略机场分流规则和节点信息。

Mihomo log

time="2024-04-26T04:37:00.8689267+08:00" level=info msg="Start initial configuration in progress"
time="2024-04-26T04:37:00.873927+08:00" level=info msg="Geodata Loader mode: memconservative"
time="2024-04-26T04:37:00.873927+08:00" level=info msg="Geosite Matcher implementation: succinct"
time="2024-04-26T04:37:00.8759271+08:00" level=info msg="Initial configuration complete, total time: 3ms"
time="2024-04-26T04:37:00.8769272+08:00" level=info msg="RESTful API listening at: 127.0.0.1:9097"
time="2024-04-26T04:37:00.8799274+08:00" level=info msg="Sniffer is closed"
time="2024-04-26T04:37:00.8799274+08:00" level=info msg="HTTP proxy listening at: 127.0.0.1:7899"
time="2024-04-26T04:37:00.8799274+08:00" level=info msg="SOCKS proxy listening at: 127.0.0.1:7898"
time="2024-04-26T04:37:00.8799274+08:00" level=info msg="Mixed(http+socks) proxy listening at: 127.0.0.1:7897"
time="2024-04-26T04:37:00.8819275+08:00" level=warning msg="[TUN] default interface changed by monitor,  => 本地连接"
time="2024-04-26T04:37:01.2889335+08:00" level=info msg="[TUN] Tun adapter listening at: Meta([198.18.0.1/30],[]), mtu: 1500, auto route: true, ip stack: gVisor"
time="2024-04-26T04:37:01.2889335+08:00" level=info msg="Start initial Compatible provider 故障转移"
time="2024-04-26T04:37:01.2889335+08:00" level=info msg="Start initial Compatible provider 自动选择"
time="2024-04-26T04:37:01.2889335+08:00" level=info msg="Start initial Compatible provider 塔可"
time="2024-04-26T04:37:01.2889335+08:00" level=info msg="Start initial Compatible provider default"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 套餐到期:2024-05-06, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 官网 taco.homes, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 05, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="creating a new http client"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 04, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 新加坡|Singapore 01, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="creating a new http client"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[https://dns.alidns.com:443/dns-query] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 01, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve dns.alidns.com from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 新加坡|Singapore 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve dns.alidns.com from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve dns.alidns.com from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: TG频道 @tacoch001, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 01, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 官网 taco.homes, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve dns.alidns.com from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 02, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[https://doh.pub:443/dns-query] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve doh.pub from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve doh.pub from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve doh.pub from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] resolve doh.pub from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 04, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 04, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 距离下次重置剩余:6 天, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 02, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 05, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 02, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: TG频道 @tacoch001, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 05, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 05, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 套餐到期:2024-05-06, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 01, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: 剩余流量:79.73 GB, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="Health Checking, proxy: Group 01|香港|Hongkong 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] doh.pub --> [] AAAA from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] doh.pub --> [1.12.12.12 120.53.53.53] A from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.2889335+08:00" level=debug msg="[DNS] dns.alidns.com --> [223.5.5.5 223.6.6.6] A from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3045335+08:00" level=debug msg="[DNS] dns.alidns.com --> [2400:3200::1 2400:3200:baba::1] AAAA from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3335352+08:00" level=debug msg="[DNS] doh.pub --> [] AAAA from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk2.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk4.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk5.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk3.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk4.taco.homes --> [47.76.95.42] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk1.taco.homes --> [47.76.95.42] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk1.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk2.taco.homes --> [8.217.46.209] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk3.taco.homes --> [47.76.104.44] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] hk5.taco.homes --> [8.217.46.209] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=info msg="Load MMDB file: D:\\Program Files\\Other\\Clash Verge\\.config\\io.github.clash-verge-rev.clash-verge-rev/Country.mmdb"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="creating a new http client"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="creating a new http client"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve doh.dns.sb from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve doh.dns.sb from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve dns.cloudflare.com from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve dns.cloudflare.com from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="creating a new http client"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.3495361+08:00" level=debug msg="[DNS] resolve dns.twnic.tw from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.3495361+08:00" level=debug msg="[DNS] resolve dns.twnic.tw from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve dns.cloudflare.com from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve doh.dns.sb from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3495361+08:00" level=debug msg="[DNS] resolve dns.twnic.tw from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve dns.cloudflare.com from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.348536+08:00" level=debug msg="[DNS] resolve doh.dns.sb from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.347536+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.3495361+08:00" level=debug msg="[DNS] resolve dns.twnic.tw from udp://119.29.29.29:53"
time="2024-04-26T04:37:01.3565365+08:00" level=debug msg="[DNS] dns.cloudflare.com --> [104.16.133.229 104.16.132.229] A from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3565365+08:00" level=debug msg="[DNS] dns.twnic.tw --> [2001:de4::101 2001:de4::102] AAAA from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3575365+08:00" level=debug msg="[DNS] dns.cloudflare.com --> [2606:4700::6810:85e5 2606:4700::6810:84e5] AAAA from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3575365+08:00" level=debug msg="[DNS] dns.twnic.tw --> [101.101.101.101] A from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3575365+08:00" level=debug msg="[DNS] doh.dns.sb --> [2403:fbc0:1000::babe] AAAA from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.3575365+08:00" level=debug msg="[DNS] doh.dns.sb --> [103.121.210.210] A from udp://223.5.5.5:53"
time="2024-04-26T04:37:01.4857421+08:00" level=debug msg="[DNS] hk2.taco.homes --> [47.76.95.42] A from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.4857421+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.4857421+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.4857421+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.4857421+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.6493506+08:00" level=debug msg="[DNS] hk1.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.6493506+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.6493506+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.6493506+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.6493506+08:00" level=debug msg="[DNS] resolve hk1.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.6533508+08:00" level=debug msg="[DNS] hk3.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.6533508+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.6533508+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.6543509+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.6543509+08:00" level=debug msg="[DNS] resolve hk3.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.673352+08:00" level=debug msg="[DNS] hk5.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.673352+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.673352+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.673352+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:01.673352+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.6763522+08:00" level=debug msg="[DNS] hk4.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:01.6763522+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:01.6763522+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:01.6763522+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:01.6763522+08:00" level=debug msg="[DNS] resolve hk4.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:05.0348067+08:00" level=debug msg="[DNS] hijack udp:198.18.0.2:53 from 198.18.0.1:58212"
time="2024-04-26T04:37:05.0348067+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.0514068+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.0774083+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.1124103+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.141412+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.2384175+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:05.5404348+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:06.1504697+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 04, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:41:51"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:38:29"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:41:51"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2894776+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:38:29"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:38:29"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:41:51"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE\": connect failed: dial tcp 103.121.210.210:443: i/o timeout\nconnect failed: dial tcp [2403:fbc0:1000::babe]:443: bind6: An invalid argument was supplied."
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 套餐到期:2024-05-06, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checking, proxy: 新加坡|Singapore 02, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.2904777+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 官网 taco.homes, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 01, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 距离下次重置剩余:6 天, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 剩余流量:79.73 GB, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checking, proxy: 新加坡|Singapore 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 距离下次重置剩余:6 天, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 05, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 02, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: TG频道 @tacoch001, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 05, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 04, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 01, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 新加坡|Singapore 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 剩余流量:79.73 GB, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 04, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 套餐到期:2024-05-06, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 官网 taco.homes, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 04, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2914778+08:00" level=debug msg="Health Checking, proxy: 日本|Japan 03, url: http://www.gstatic.com/generate_204, id: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 02, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: TG频道 @tacoch001, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: Group 01|香港|Hongkong 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAABAAE\": connect failed: dial tcp 101.101.101.101:443: i/o timeout\nconnect failed: dial tcp [2001:de4::101]:443: bind6: An invalid argument was supplied.\ndial tcp [2001:de4::102]:443: bind6: An invalid argument was supplied."
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Finish A Health Checking {54e457e7-87ca-4ce3-ba6d-3fc18eb73383}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.cloudflare.com:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Health Checked, proxy: 日本|Japan 03, url: http://www.gstatic.com/generate_204, alive: false, delay: 65535 ms uid: {省略}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="Finish A Health Checking {218fdc82-417a-4e19-b3bc-e32fb9cf15fe}"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNAR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:06.2924778+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMwR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] hk2.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] hk5.taco.homes --> [] AAAA from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] hk2.taco.homes --> [8.217.46.209] A from https://dns.alidns.com:443/dns-query"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:06.3004783+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:06.3014783+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:06.3014783+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:06.3014783+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:41:51"
time="2024-04-26T04:37:06.3014783+08:00" level=debug msg="[DNS] cache hit for dns.twnic.tw., expire at 2024-04-26 04:38:29"
time="2024-04-26T04:37:06.33048+08:00" level=debug msg="[DNS] hk5.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:06.33048+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:06.33048+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:06.33048+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:06.33048+08:00" level=debug msg="[DNS] resolve hk5.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:06.4974895+08:00" level=debug msg="[DNS] hk2.taco.homes --> [] AAAA from https://doh.pub:443/dns-query"
time="2024-04-26T04:37:06.4984896+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from tls://8.8.4.4:853"
time="2024-04-26T04:37:06.4984896+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.twnic.tw:443/dns-query"
time="2024-04-26T04:37:06.4984896+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://doh.dns.sb:443/dns-query"
time="2024-04-26T04:37:06.4984896+08:00" level=debug msg="[DNS] resolve hk2.taco.homes from https://dns.cloudflare.com:443/dns-query"
time="2024-04-26T04:37:06.6684993+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:07.6685565+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12395 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.7346747+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.7446753+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.7556759+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.7666765+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.8016785+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:09.844681+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:10.1386978+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:10.3357091+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:11.1747571+08:00" level=warning msg="[TCP] dial GLOBAL 198.18.0.1:12402 --> google.com:80 error: listen udp :0: bind6: An invalid argument was supplied. (bind4: An invalid argument was supplied.)"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="re-creating the http client due to requesting https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE: Get \"https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE\": connect failed: dial tcp 103.121.210.210:443: i/o timeout\nconnect failed: dial tcp [2403:fbc0:1000::babe]:443: bind6: An invalid argument was supplied."
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[https://doh.dns.sb:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:39:09"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:39:46"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for dns.cloudflare.com., expire at 2024-04-26 04:37:39"
time="2024-04-26T04:37:11.2917638+08:00" level=debug msg="[DNS] cache hit for doh.dns.sb., expire at 2024-04-26 04:40:26"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAABAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrMgR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="re-creating the http client due to requesting https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAAcAAE: Get \"https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAAcAAE\": context deadline exceeded"
time="2024-04-26T04:37:11.2927638+08:00" level=debug msg="[https://dns.twnic.tw:443/dns-query?dns=AAABAAABAAAAAAAAA2hrNQR0YWNvBWhvbWVzAAAcAAE] using HTTP/2 for this upstream: <nil>"
time="2024-04-26T04:37:11.4147708+08:00" level=warning msg="Mihomo shutting down"

Description

其他常见协议的节点在Tun模式下均可正常连接,不受影响。
如果这是我的问题,请提供可行的解决方法,万分感谢。

@QijYooRytowYum QijYooRytowYum added the bug Something isn't working label Apr 25, 2024
@QijYooRytowYum QijYooRytowYum changed the title [Bug] 当启用Tun模式后,无法连接Hysteria2节点。【补充】 [Bug] 当启用Tun模式后,无法连接Hysteria和Hysteria2节点。【补充】 Apr 25, 2024
@yenaNs
Copy link

yenaNs commented Apr 27, 2024

同样的问题,在最新版内核上仍然存在,我退回了1.16.0meta,这个问题消失了

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