mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 12:14:23 +08:00
Typo (#1070)
This commit is contained in:
parent
975055fb20
commit
51551a6f79
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ add the domain to it.
|
|||
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") // ERROR (ambiguous)
|
||||
CNAME("foo", "meta.xyz") // ERROR (ambiguous)
|
||||
|
|
Loading…
Add table
Reference in a new issue