Qvinticom
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
dnsapi/dns_hostingukraine.sh
|
@ -7,10 +7,10 @@ |
|
|
# Usage: ./acme.sh --issue -d yourdomain.com [-d '*.yourdomain.com'] --dns dns_hostingukraine |
|
|
# Usage: ./acme.sh --issue -d yourdomain.com [-d '*.yourdomain.com'] --dns dns_hostingukraine |
|
|
# API endpoint: |
|
|
# API endpoint: |
|
|
HostingUkraine_Api="https://adm.tools/api.php" |
|
|
HostingUkraine_Api="https://adm.tools/api.php" |
|
|
# Your login: |
|
|
|
|
|
HostingUkraine_Login="" |
|
|
|
|
|
# Your api token: |
|
|
|
|
|
HostingUkraine_Token="" |
|
|
|
|
|
|
|
|
# Your login (uncomment the line below and change xxxx to your login): |
|
|
|
|
|
#HostingUkraine_Login="xxxx" |
|
|
|
|
|
# Your api token (uncomment the line below and change xxxx to your token): |
|
|
|
|
|
#HostingUkraine_Token="xxxx" |
|
|
|
|
|
|
|
|
######## Public functions ##################### |
|
|
######## Public functions ##################### |
|
|
# Used to add txt record |
|
|
# Used to add txt record |
|
|