mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
DOCS: Typo CloudFlare
(#1923)
This commit is contained in:
parent
9b6a69c4c5
commit
446855eac6
1 changed files with 1 additions and 4 deletions
|
@ -100,7 +100,7 @@ INWX.
|
|||
## Usage
|
||||
An example `dnsconfig.js` configuration file
|
||||
for `example.tld` registered with INWX
|
||||
and delegated to CloudFlare:
|
||||
and delegated to Cloudflare:
|
||||
|
||||
```js
|
||||
var REG_INWX = NewRegistrar("inwx");
|
||||
|
@ -110,6 +110,3 @@ D("example.tld", REG_INWX, DnsProvider(DSP_CF),
|
|||
A("test", "1.2.3.4")
|
||||
);
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue