YISH
YISH
@marcus0x62 I ran it on [cloudcone](https://cloudcone.com) and got exactly the same result as yours.
> I think I'd need to see the full log output to venture any sort of guess as to what's going on. and attach the full log file. @marcus0x62 Hi,...
仅仅是转发而已,具体要看上游的,以及是否可访问到上游。
超时的事我也很苦恼,是依赖底层库的原因。我在自己电脑能复现,在国外服务器就不行,所以一直找不到原因,他们也无法修复。 https://github.com/hickory-dns/hickory-dns/issues/2613
我周末先调整下,如果查询不到,超时,包括上面的 SNI RST,一律使用缓存结果,哪怕 ttl 过期了。只有查询正确有结果,才更新缓存。
> 我周末先调整下,如果查询不到,超时,包括上面的 SNI RST,一律使用缓存结果,哪怕 ttl 过期了。只有查询正确有结果,才更新缓存。 刚提交了:#474 编译好的包应该在这:https://github.com/mokeyish/smartdns-rs/actions/runs/12680825760 --- @blance714 你在 https://github.com/mokeyish/smartdns-rs/issues/431#issuecomment-2575021052 分析到原因,应该是这里,只有开启 serve-expired 才会在失败的使用使用缓存,现在把这个条件删了,而且即使过期的缓存也不会主动删了,只有到达最大缓存大小以 LRU 策略删除。 
> [@mokeyish](https://github.com/mokeyish) 请问什么时候能发布正式版本? 你测试 nightly 版本有效了吗?
For this, you can check whether pandoc has any relevant extensions and adjust the export command parameter template.
要等上游先升级啊,不仅是 quinn 还有 h3 也要的。
#152 已支持 windows-arm64。