https://github.com/rwv/docker-dns-over-https
🐳 Dockerized m13253/dns-over-https
https://github.com/rwv/docker-dns-over-https
Last synced: 22 days ago
JSON representation
🐳 Dockerized m13253/dns-over-https
- Host: GitHub
- URL: https://github.com/rwv/docker-dns-over-https
- Owner: rwv
- License: mit
- Created: 2019-05-16T16:44:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T09:16:51.000Z (over 5 years ago)
- Last Synced: 2025-10-29T23:45:14.113Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dns-over-https
Dockerized [m13253/dns-over-https](https://github.com/m13253/dns-over-https)
## Quick Start
The following commands use default configuration from [m13253/dns-over-https](https://github.com/m13253/dns-over-https).
Run doh-client
``` sh
$ docker run -d -p 53:53 seedgou/dns-over-https /doh-client
```
Run doh-server
``` sh
$ docker run -d -p 8053:8053 seedgou/dns-over-https /doh-server
```
## Mount Configuration
Replace `~/doh-client.conf` with your configuration path.
``` sh
$ docker run -d -p 53:53 -v ~/doh-client.conf:/doh-client.conf seedgou/dns-over-https /doh-client
```