smartdns-rs icon indicating copy to clipboard operation
smartdns-rs copied to clipboard

A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.

Results 26 smartdns-rs issues
Sort by recently updated
recently updated
newest added

// 仅匹配主域名 -.example.com 没有生效

Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version. Commits ae277be Prepare 0.22.4 5374108 complete_io: bail out if progress is impossible 00e695d Regression test for complete_io infinite loop bug...

dependencies
rust

请问 smartdns-rs 是否支持 DoQ DoH3 服务端。 readme 里面有写到 `Supports UDP, TCP, DoT, DoQ, DoH, DoH3 queries and service` 但是配置只有写到客户端情况 ``` server-h3 223.5.5.5 server-quic 223.5.5.5 ``` 更多配置给的是不支持DoQ DoH3 的 c smartdns...

Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. Release notes Sourced from rustls-pemfile's releases. 2.1.1 Headlines Leading whitespace in PEM document bodies is now trimmed in addition to...

dependencies
rust

Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. Release notes Sourced from webpki-roots's releases. 0.26.1 Removed trust anchors: Expired SECOM Trust.net - Security Communication RootCA1 New trust anchors:...

dependencies
rust

Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. Changelog Sourced from sysinfo's changelog. 0.30.6 macOS: Fix missing update of process run time. Add new Groups API. Improve documentation....

dependencies
rust

经过验证。对于`edns-client-subnet`参数只支持全局配置,无法在某个上游服务器单独配置。 对于下面这种配置,edns参数不生效 ``` server-https https://223.5.5.5/dns-query -no-check-certificate -http-host dns.alidns.com -group domestic -subnet 113.65.29.0/24 server-https https://223.6.6.6/dns-query -no-check-certificate -http-host dns.alidns.com -group domestic -subnet 113.65.29.0/24 server-https https://223.5.5.5/dns-query -no-check-certificate -http-host dns.alidns.com -group oversea -subnet 103.225.87.0/24...

Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. Release notes Sourced from tokio-rustls's releases. v/0.26.0 Additions Support for Rustls 0.23 and the new acceptor alert API - by...

dependencies
rust

查询双栈域名都有缓存了,响应很快,但是查询单栈域名就特别慢. 在smartdns的Linux版本上就都是响应非常快的。 ``` nslookup 6.ipw.cn 服务器: desktop-5rh4po7 Address: ::1 DNS request timed out. timeout was 2 seconds. 名称: 6.ipw.cn Address: 2402:4e00:1013:e500:0:9671:f018:4947 ``` ``` nslookup 4.ipw.cn 127.0.0.1 服务器: desktop-5rh4po7 Address: 127.0.0.1...

建议增加DNS优先级功能,例如:如果电脑同时接入公司内网和外网,有些网站公司内网和外网都可以解析,此时我想优先使用公司内网,那就把公司内网的DNS的优先级设置高一点。