1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/doh-server/README.md

12 lines
290 B
Markdown
Raw Normal View History

2021-05-31 09:53:58 +02:00
doh-server
==========
2024-07-16 09:17:43 +02:00
[doh-server][1] is a fast, mature, secure DoH and ODoH server proxy written in Rust.
```bash
$ docker compose up -d
$ curl -s -H 'Accept: application/dns-json' 'http://127.0.0.1:8053/dns-query?name=google.com&type=A'
```
[1]: https://github.com/DNSCrypt/doh-server