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

CLOUDNS: Implement PTR Record Support (#999)

* Add PTR support for ClouDNS

* Implement PTR Support for CLouDNS

Co-authored-by: IT-Sumpfling <it-sumpfling@maxit-con.de>
Co-authored-by: bentaybi jamal <jamal@pfalzcloud.de>
This commit is contained in:
taybinakh
2020-12-22 19:32:00 +01:00
committed by GitHub
parent c89f14e926
commit e9f4257ad2
5 changed files with 13 additions and 6 deletions

View File

@@ -35,6 +35,7 @@
},
"CLOUDNS": {
"auth-id": "$CLOUDNS_AUTH_ID",
"sub-auth-id": "$CLOUDNS_SUB_AUTH_ID",
"auth-password": "$CLOUDNS_AUTH_PASSWORD",
"domain": "$CLOUDNS_DOMAIN"
},