From: Robert Schwartz Date: Sat, 10 Sep 2022 14:21:20 +0000 (-0400) Subject: fix typo X-Git-Tag: rec-4.8.0-alpha1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ad1abf93a22ca96b20673ca61bbd34393ca9049;p=thirdparty%2Fpdns.git fix typo --- diff --git a/Docker-README.md b/Docker-README.md index 3e7008cb3c..57f07dc750 100644 --- a/Docker-README.md +++ b/Docker-README.md @@ -21,7 +21,7 @@ For the dnsdist console, make sure that your API key is in a format suitable for The default configs shipped in the image (see dockerdata above) parse all files in `/etc/powerdns/pdns.d` / `/etc/powerdns/recursor.d` / `/etc/dnsdist/conf.d`. The image also ships a symlink to the API config file inside those `.d` dirs. -For Auth and Recursor, extra configuration can be passed or the command line, or via a volume mount into `/etc/powerdns` or the `.d` dir. +For Auth and Recursor, extra configuration can be passed on the command line, or via a volume mount into `/etc/powerdns` or the `.d` dir. For dnsdist, only the volume mount is applicable. If you want to volume mount a config, but also take the keys from the environment, please take care to include the same `X-api.conf` symlink in your `.d` directory. @@ -54,4 +54,4 @@ There are multiple ways of dealing with these restrictions if you encounter them * dnsdist: `setLocal()` * Auth & Recursor: `local-address` and/or `local-port` -Note: Docker Engine 20.10.0 (released december 2020) removed the need to set the `NET_BIND_SERVICE` capability when attempting to bind to a privileged port. \ No newline at end of file +Note: Docker Engine 20.10.0 (released december 2020) removed the need to set the `NET_BIND_SERVICE` capability when attempting to bind to a privileged port.