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
@@ -64,7 +64,7 @@ An example configuration:
|
||||
var REG_NAMECOM = NewRegistrar("name.com");
|
||||
var DSP_GCLOUD = NewDnsProvider("gcloud");
|
||||
|
||||
D("example.tld", REG_NAMECOM, DnsProvider(DSP_GCLOUD),
|
||||
D("example.com", REG_NAMECOM, DnsProvider(DSP_GCLOUD),
|
||||
A("test", "1.2.3.4")
|
||||
);
|
||||
```
|
||||
|
Reference in New Issue
Block a user