Some dns additions

This commit is contained in:
Jamie Curnow
2022-05-20 22:43:52 +10:00
parent 34dfbe2c36
commit 8dd6880f8c
4 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
# DNS Providers Help
todo

View File

@@ -1 +1,2 @@
export * as CertificateAuthorities from "./CertificateAuthorities.md";
export * as DNSProviders from "./DNSProviders.md";

View File

@@ -56,6 +56,9 @@
"acmesh.dns_infoblox": {
"defaultMessage": "Infoblox"
},
"acmesh.dns_inwx": {
"defaultMessage": "INWX"
},
"acmesh.dns_ispconfig": {
"defaultMessage": "ISPConfig"
},
@@ -77,6 +80,9 @@
"acmesh.dns_pdns": {
"defaultMessage": "PowerDNS"
},
"acmesh.dns_servercow": {
"defaultMessage": "Servercow"
},
"acmesh.dns_unoeuro": {
"defaultMessage": "UnoEuro"
},