Add the missed braces. (#2330)

This commit is contained in:
Jiacheng Xu
2018-11-21 16:44:17 +01:00
committed by Yong Tang
parent 9d41fa663c
commit fc96c64263

View File

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