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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user