mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Typo (#1070)
This commit is contained in:
@ -40,7 +40,7 @@ add the domain to it.
|
|||||||
Here are four examples:
|
Here are four examples:
|
||||||
|
|
||||||
```
|
```
|
||||||
CNAME("foo", "bar) // Permitted. (expands to bar.$DOMAIN)
|
CNAME("foo", "bar") // Permitted. (expands to bar.$DOMAIN)
|
||||||
CNAME("foo", "bar.com.") // Permitted. (we are certain what the user wants)
|
CNAME("foo", "bar.com.") // Permitted. (we are certain what the user wants)
|
||||||
CNAME("foo", "bar.com") // ERROR (ambiguous)
|
CNAME("foo", "bar.com") // ERROR (ambiguous)
|
||||||
CNAME("foo", "meta.xyz") // ERROR (ambiguous)
|
CNAME("foo", "meta.xyz") // ERROR (ambiguous)
|
||||||
|
Reference in New Issue
Block a user