mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	Add the missed braces. (#2330)
This commit is contained in:
		| @@ -49,8 +49,9 @@ Enable route53 with implicit AWS credentials and an upstream: | ||||
|  | ||||
| ~~~ txt | ||||
| . { | ||||
|     route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 | ||||
|     upstream 10.0.0.1 | ||||
| 	route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 { | ||||
| 	  upstream 10.0.0.1 | ||||
| 	} | ||||
| } | ||||
| ~~~ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user