mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Improve consistency in code examples in language reference (#2439)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
committed by
GitHub
parent
0bf24d0282
commit
7977a7b81c
@ -56,7 +56,7 @@ if (view == "external") {
|
||||
|
||||
/// ...much later...
|
||||
|
||||
D("example.org", REG_NAMECOM, DnsProvider(DNS_NAMECOM), DnsProvider(DNS_BIND),
|
||||
D("example.com", REG_NAMECOM, DnsProvider(DNS_NAMECOM), DnsProvider(DNS_BIND),
|
||||
A("sitea", host01, TTL(1800)),
|
||||
A("siteb", host01, TTL(1800)),
|
||||
A("sitec", host02, TTL(1800)),
|
||||
|
Reference in New Issue
Block a user