smartdns 0.9.2-alpha.1

A cross platform local DNS server written in rust to obtain the fastest website IP for the best Internet experience, support DoT, DoQ, DoH, DoH3.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Examples:

    1. Querying a specific domain name

        smartdns resolve example.com

    2. Querying a specific DNS record type

        smartdns resolve example.com AAAA

    3. Querying a specific DNS server

        smartdns resolve --https @1.1.1.1 example.com