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

DOCS: The Javascript code examples are no longer tied to a DNS provider (#2443)

This commit is contained in:
Jeffrey Cafferata
2023-06-18 05:35:13 +02:00
committed by GitHub
parent 5b3bb312ea
commit 8656ffdbd5
24 changed files with 34 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ Certificate is a hex string.
{% code title="dnsconfig.js" %}
```javascript
D("example.com", REG_MY_PROVIDER, DnsProvider("GCLOUD"),
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
// Create TLSA record for certificate used on TCP port 443
TLSA("_443._tcp", 3, 1, 1, "abcdef0"),
);