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

examples.md: Fix typos.

This commit is contained in:
Tom Limoncelli
2017-03-22 17:31:00 -04:00
parent be192526ef
commit 305f909449

View File

@@ -17,11 +17,11 @@ D('example.com', REG, DnsProvider('GCLOUD'),
AAAA('wide', '2001:0db8:85a3:0000:0000:8a2e:0370:7334'),
CNAME('www', 'server1'),
CNAME('another', 'service.mycloud.com.'),
MX('mail, 10, 'mailserver'),
MX('mail', 10, 'mailserver'),
MX('mail', 20, 'mailqueue'),
TXT('the', 'message'),
NS('delegated', 'ns1.dnsexample.com.'),
NS('delegated', 'ns2.dnsexample.com.'),
NS('delegated', 'ns2.dnsexample.com.')
)
{% endhighlight %}