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
15
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.yml]
charset = utf-8
indent_style = space
indent_size = 2

[*.rs]
charset = utf-8
indent_style = space
indent_size = 4