mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-02 23:07:27 +02:00
update doh-server
This commit is contained in:
parent
b106b759f2
commit
7a4280298b
@ -1,2 +1,11 @@
|
|||||||
doh-server
|
doh-server
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
[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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
doh-server:
|
doh-server:
|
||||||
image: satishweb/doh-server
|
image: satishweb/doh-server:alpine
|
||||||
ports:
|
ports:
|
||||||
- "8053:8053"
|
- "8053:8053"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user