dream10201
dream10201
同样遇到这个问题,显示发送成功,实际没有发送
[wallhaven-3zzd1v.zip](https://github.com/jellyfin/jellyfin/files/7885456/wallhaven-3zzd1v.zip)
有空整下抓包吧,先关闭了
[log.zip](https://github.com/XTLS/Xray-core/files/10378223/log.zip) 今天一大早抓了一个,隐私浏览器访问的youtube,大概点重试点了6次才成功进去。
@RPRX 是过滤代理的端口么,我用的http代理,10809端口,wireshark 过滤http 10809就行了吗?
@RPRX 我重启了下服务器,好像没问题了,我今天多测试下,后面反馈结果。
基本确认已经没问题了,果然遇事先重启。 然后我回忆了一下,在这段时间就修改了TCP数据缓冲大小和开启了BBR,不确定是不是这个导致的。这个问题可以关闭了。 ``` bash net.core.rmem_max=2500000 net.core.default_qdisc=fq net.ipv4.tcp_congestion_control=bbr ```
223.6.6.6返回的IP地址是正常的,164.124.101.2返回的两个地址都ping不通,但是smartdns-rs直接返回了这两个无法ping的地址 ```shell bind 127.0.0.1:53 server 164.124.101.2 server 223.6.6.6 server 223.6.6.6 -bootstrap-dns server 119.29.29.29 -bootstrap-dns cache-persist yes cache-file C:/ProgramData/smartdns/cache.smartdns speed-check-mode tcp:443,ping response-mode fastest-ip ```
# 总共两个上游 ## 配置 ```shell bind 127.0.0.1:53 server 164.124.101.2 server 223.6.6.6 server 223.6.6.6 -bootstrap-dns server 119.29.29.29 -bootstrap-dns cache-persist yes cache-file C:/ProgramData/smartdns/cache.smartdns speed-check-mode tcp:443,ping response-mode fastest-ip ``` ## 164.124.101.2 返回的两个地址都是无法ping通的 ```shell...
这个域名是Android Studio的下载地址 https://redirector.gvt1.com/edgedl/android/studio/install/2023.3.1.18/android-studio-2023.3.1.18-windows.exe 如果返回那两个无法ping通的IP,则这个链接直接无法下载,是不是说明tcp443测试也是NG的,也就是说ping和tcp443测速都没有正常工作,smartdns-rs忽略了223.6.6.6的响应,直接返回了最坏的结果 还有,我用vps测试了,IP地址是可以ping的 ```shell root@tz:~# ping 142.250.204.110 PING 142.250.204.110 (142.250.204.110) 56(84) bytes of data. 64 bytes from 142.250.204.110: icmp_seq=1 ttl=108 time=166 ms 64 bytes from 142.250.204.110: icmp_seq=2 ttl=108...