mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-18 02:54:32 +08:00
DOCS: fix jsId for Netcup Provider (#900)
According usage example jsId should be all uppercase
This commit is contained in:
parent
824ed2b75e
commit
e92717fc77
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
name: Netcup
|
||||
title: Netcup Provider
|
||||
layout: default
|
||||
jsId: Netcup
|
||||
jsId: NETCUP
|
||||
---
|
||||
# Netcup Provider
|
||||
|
||||
|
@ -35,4 +35,4 @@ D('example.tld', REG_NONE, DnsProvider(NETCUP),
|
|||
## Caveats
|
||||
Netcup does not allow any TTLs to be set for individual records. Thus in
|
||||
the diff/preview it will always show a TTL of 0. `NS` records are also
|
||||
not currently supported.
|
||||
not currently supported.
|
||||
|
|
Loading…
Add table
Reference in a new issue