mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
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:
@@ -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
|
||||
}
|
||||
~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user