plugins: remove upstream [ADDRESS] from docs (#2772)

Various plugins still had this documented, the setup functions still
allow it (which is fine), but update the docs that this arguments isn't
there any more.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-04-08 16:45:29 +01:00
committed by GitHub
parent be8b29cd4d
commit be1ac9fed4
4 changed files with 13 additions and 26 deletions

View File

@@ -58,8 +58,9 @@ Enable route53 with implicit AWS credentials and an upstream:
~~~ txt
. {
route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 {
upstream 10.0.0.1
upstream
}
forward . 10.0.0.1
}
~~~