]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix typo 11926/head
authorRobert Schwartz <smellyspice@gmail.com>
Sat, 10 Sep 2022 14:21:20 +0000 (10:21 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2022 14:21:20 +0000 (10:21 -0400)
Docker-README.md

index 3e7008cb3c1505101c36c414687e638abdea8c06..57f07dc750130b897c9884a07780a470dc502808 100644 (file)
@@ -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.