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:
committed by
GitHub
parent
9b6a69c4c5
commit
446855eac6
@ -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")
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user