mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-27 14:37:29 +08:00
oops, dot
This commit is contained in:
parent
e4f3fa6c10
commit
c52ff67386
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ var r53 = NewDnsProvider("r53", "ROUTE53")
|
|||
D("example.com", namecom, DnsProvider(r53),
|
||||
A("@", "1.2.3.4"),
|
||||
CNAME("www","@"),
|
||||
MX("@",5,"mail.myserver.com"),
|
||||
MX("@",5,"mail.myserver.com."),
|
||||
A("test", "5.6.7.8")
|
||||
)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue