Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eldridgea committed Mar 22, 2020
1 parent ad271df commit 842ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ A CoreDNS based service that forwards traditional DNS requests to a DNS-over-TLS

## Quickstart

Run `docker run -e SERVICE="cloudflare" -p 53:53 -p 53:53/udp eldridgea/onward-dns`
Run `docker run -e SERVICE="cloudflare" -p 53:53 -p 53:53/udp eldridgea/dnsonward`

This will start the service using Cloudflare as its upstream DNS server. You can replace "cloudflare" in the line above with either "google" or "quad9" to use their servers instead.
This will open up port 53 on your machine and allow it to accept incomign DNS requests.
Expand Down

0 comments on commit 842ad2e

Please sign in to comment.