1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

oops, dot

This commit is contained in:
Craig Peterson
2017-03-14 00:30:42 -07:00
parent e4f3fa6c10
commit c52ff67386

View File

@ -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")
)
```