Open guiguan opened 3 days ago
图中的test server还未实现,但不应该影响direct的延迟
在2的情况下,我在OpenWRT里,手动测试延迟探测,都正常
root@openwrt:~# curl -o /dev/null -s -w "DNS Resolution: %{time_namelookup}s\nConnection: %{time_connect}s\nTLS Handshake: %{ time_appconnect}s\nTTFB: %{time_starttransfer}s\nTotal Time: %{time_total}s\n" http://www.apple.com/library/test/success.html DNS Resolution: 0.000258s Connection: 0.007708s TLS Handshake: 0.000000s TTFB: 0.016397s Total Time: 0.016419s
udp_balancer_v4 不通的话是有可能对 DNS 产生影响的,建议配对了再确认一下,或者尝试把 domain:apple.com 加入 Bypassed Domain Rules
udp_balancer_v4
domain:apple.com
另外,探测使用的是 Xray 自带的 observatory,确认有问题的话建议向上游反馈
图中的test server还未实现,但不应该影响direct的延迟
在2的情况下,我在OpenWRT里,手动测试延迟探测,都正常