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

DOCS: Typo CloudFlare (#1923)

This commit is contained in:
Jeffrey Cafferata
2023-01-09 21:01:55 +01:00
committed by GitHub
parent 9b6a69c4c5
commit 446855eac6

View File

@ -100,7 +100,7 @@ INWX.
## Usage ## Usage
An example `dnsconfig.js` configuration file An example `dnsconfig.js` configuration file
for `example.tld` registered with INWX for `example.tld` registered with INWX
and delegated to CloudFlare: and delegated to Cloudflare:
```js ```js
var REG_INWX = NewRegistrar("inwx"); var REG_INWX = NewRegistrar("inwx");
@ -110,6 +110,3 @@ D("example.tld", REG_INWX, DnsProvider(DSP_CF),
A("test", "1.2.3.4") A("test", "1.2.3.4")
); );
``` ```