Sergey Ponomarev
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
dnsapi/dns_freemyip.sh
|
|
@ -1,11 +1,11 @@ |
|
|
|
#!/usr/bin/env sh |
|
|
|
# shellcheck disable=SC2034 |
|
|
|
dns_freemyip_info='FreeMyIP.com |
|
|
|
Site: freemyip.com |
|
|
|
Site: FreeMyIP.com |
|
|
|
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_freemyip |
|
|
|
Options: |
|
|
|
FREEMYIP_Token API Token |
|
|
|
Issues: github.com/acmesh-official/acme.sh/issues/{XXXX} |
|
|
|
Issues: github.com/acmesh-official/acme.sh/issues/6247 |
|
|
|
Author: Recolic Keghart <root@recolic.net>, @Giova96 |
|
|
|
' |
|
|
|
|
|
|
|