mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Fix many small typos (#1794)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
This commit is contained in:
@ -4,7 +4,7 @@ parameters:
|
||||
- ttl
|
||||
---
|
||||
|
||||
DefaultTTL sets the TTL for all records in a domain that do not explicitly set one with [TTL](#TTL). If neither `DefaultTTl` or `TTL` exist for a record,
|
||||
DefaultTTL sets the TTL for all records in a domain that do not explicitly set one with [TTL](#TTL). If neither `DefaultTTL` or `TTL` exist for a record,
|
||||
it will use the DNSControl global default of 300 seconds.
|
||||
|
||||
{% capture example %}
|
||||
|
@ -80,4 +80,4 @@ You can override this error by adding the
|
||||
Disabling this safety check creates two risks:
|
||||
|
||||
1. Two owners (DNSControl and some other entity) toggling a record between two settings.
|
||||
2. The other owner wiping all records at this label, which won't be noticed until the next time dnscontrol is run.
|
||||
2. The other owner wiping all records at this label, which won't be noticed until the next time DNSControl is run.
|
||||
|
@ -13,7 +13,7 @@ NO_PURGE is generally used in very specific situations:
|
||||
In this example DNSControl will insert "foo.example.com" into the
|
||||
zone, but otherwise leave the zone alone. Changes to "foo"'s IP
|
||||
address will update the record. Removing the A("foo", ...) record
|
||||
from dnscontrol will leave the record in place.
|
||||
from DNSControl will leave the record in place.
|
||||
|
||||
{% capture example %}
|
||||
```js
|
||||
|
@ -31,7 +31,7 @@ The zone id can be found depending on the target type:
|
||||
* _Elastic Beanstalk environment_: specify the hosted zone ID for the region in which the environment has been created. Refer to the [List of regions and hosted Zone IDs](http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region).
|
||||
* _ELB load balancer_: specify the value of the hosted zone ID for the load balancer. You can find it in [the List of regions and hosted Zone IDs](http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region)
|
||||
* _S3 bucket_ (configured as website): specify the hosted zone ID for the region that you created the bucket in. You can find it in [the List of regions and hosted Zone IDs](http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
|
||||
* _Another Route 53 record_: you can either specify the correct zone id or do not specify anything and dnscontrol will figure out the right zone id. (Note: Route53 alias can't reference a record in a different zone).
|
||||
* _Another Route 53 record_: you can either specify the correct zone id or do not specify anything and DNSControl will figure out the right zone id. (Note: Route53 alias can't reference a record in a different zone).
|
||||
|
||||
{% capture example %}
|
||||
```js
|
||||
|
Reference in New Issue
Block a user