mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 01:34:21 -04:00 
			
		
		
		
	Change of config
This commit is contained in:
		| @@ -7,14 +7,16 @@ like [SkyDNS](https//github.com/skynetservices/skydns). | |||||||
| ## Syntax | ## Syntax | ||||||
|  |  | ||||||
| ~~~ | ~~~ | ||||||
| etcd [endpoint...] | etcd [zones...] | ||||||
| ~~~ | ~~~ | ||||||
|  |  | ||||||
| * `endpoint` is the endpoint of etcd. | * `zones` zones it should be authoritative for. | ||||||
|  |  | ||||||
| The will default to `/skydns` as the path and the local etcd proxy (http://127.0.0.1:2379). | The will default to `/skydns` as the path and the local etcd proxy (http://127.0.0.1:2379). | ||||||
|  | If no zones are specified the block's zone will be used as the zone. | ||||||
|  |  | ||||||
| If you want to `round robin` A and AAAA responses look at the `round_robin` middleware. | If you want to `round robin` A and AAAA responses look at the `round_robin` middleware. optimize | ||||||
|  | middleware? | ||||||
|  |  | ||||||
| ~~~ | ~~~ | ||||||
| etcd { | etcd { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user