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

DOCS: fix jsId for Netcup Provider (#900)

According usage example jsId should be all uppercase
This commit is contained in:
Denis Zavershinskiy
2020-10-09 18:50:35 +07:00
committed by GitHub
parent 824ed2b75e
commit e92717fc77

View File

@@ -2,7 +2,7 @@
name: Netcup name: Netcup
title: Netcup Provider title: Netcup Provider
layout: default layout: default
jsId: Netcup jsId: NETCUP
--- ---
# Netcup Provider # Netcup Provider
@@ -35,4 +35,4 @@ D('example.tld', REG_NONE, DnsProvider(NETCUP),
## Caveats ## Caveats
Netcup does not allow any TTLs to be set for individual records. Thus in 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 the diff/preview it will always show a TTL of 0. `NS` records are also
not currently supported. not currently supported.