Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Stevens committed Jul 22, 2020
1 parent 2b0c683 commit 04977dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ For production use, I strongly recommend you simply use the container `jamesstev
`./dkmk`.

By default, the container will send its queries to the Google rsolvers `8.8.8.8` & `8.4.4.8`. By default
it will also run 5 `python/gunicorn` threads and load-blaance then using `nginx`.
it will also run 5 `python/gunicorn` threads and load-balance then using `nginx`.

The number of sessions and the destination DNS servers cna be changed using the environment variables
`DOH_SESSIONS` and `DOH_SERVERS`, which can be specified at the command line (using `docker run -e`) or in a file
using `docket run --env-file=`.

`DOH_SERVERS` is a comma separated list of IP Addresses.

`DOH_SESSIONS` is simply a postiive integer.
`DOH_SESSIONS` is simply a positive integer.

`nginx` will also do the SSL using the key & certifiate in the file `certkey.pem`, which has been created using a private
`nginx` will also do the SSL using the key & certificate in the file `certkey.pem`, which has been created using a private
certificate authority. The public key for this private CA is in the file `myCA.pem`.

The server name for the key is `doh.jrcs.net` which should resolve to `127.0.0.1`, so if you start the container with `./dkrun`, then run
Expand Down

0 comments on commit 04977dd

Please sign in to comment.