#6776·Xray-core

[未连接] TUN 入站,sniff+routeOnly+AsIs,直接连接的 IPv6 流量无法连接

作者: simplerick-simplefun创建于 2026年9月17日更新于 2026年9月17日

PS C:\Users\homepc> curl -v -I https://www.baidu.com --resolve 'www.baidu.com:443:[2408:871a:2100:186c:0:ff:b07e:3fbc]' --max-time 3

  • Added www.baidu.com:443:[2408:871a:2100:186c:0:ff:b07e:3fbc] to DNS cache
  • Hostname www.baidu.com was found in DNS cache
  • Host www.baidu.com:443 was resolved.
  • IPv6: 2408:871a:2100:186c:0:ff:b07e:3fbc
  • IPv4: (none)
  • Trying [2408:871a:2100:186c:0:ff:b07e:3fbc]:443...
  • schannel: disabled automatic use of client certificate
  • ALPN: curl offers http/1.1
  • ALPN: server accepted http/1.1
  • Established connection to www.baidu.com (2408:871a:2100:186c:0:ff:b07e:3fbc port 443) from fdfe::1 port 10657
  • using HTTP/1.x

HEAD / HTTP/1.1 Host: www.baidu.com User-Agent: curl/8.21.0 Accept: /

  • Request completely sent off < HTTP/1.1 200 OK HTTP/1.1 200 OK < Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform < Content-Length: 0 Content-Length: 0 < Content-Type: text/html Content-Type: text/html <