Crates.io | sdns |
lib.rs | sdns |
version | 0.1.0 |
source | src |
created_at | 2019-07-21 22:01:42.570848 |
updated_at | 2019-07-21 22:01:42.570848 |
description | DNS over TLS/HTTPS client for Windows |
homepage | |
repository | https://github.com/naim94a/sdns.git |
max_upload_size | |
id | 150640 |
size | 6,975 |
This project allows you to use DNS over HTTPS (DoH) on Windows. It's simply a DNS proxy server that forward all DNS requests to an upstream server. At the moment, there is only one server which is Cloudflare's cloudflare-dns.com.
sdns
was written for Windows, but may also compile on other platforms since it doesn't use Windows specific libraries (yet).
At the moment I do not plan to release binaries, so you'll have to compile sdns
yourself. You should have these things installed:
The following command will download & install sdns
to the user's $PATH.
cargo install -f --git https://github.com/naim94a/sdns.git
or
cargo install rdns
sdns
sdns
isn't configurable at the moment. It only binds to port 53 on localhost.
All thats left to do is to configure your OS to send DNS queries to 127.0.0.1
.
rdns