]> git.proxmox.com Git - mirror_acme.sh.git/commit - dnsapi/dns_vultr.sh
sync (#2404)
authorneil <8305679+Neilpang@users.noreply.github.com>
Sat, 27 Jul 2019 03:48:29 +0000 (11:48 +0800)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2019 03:48:29 +0000 (11:48 +0800)
commit55dea4ee9d2187912ecf97689e12a6e8183a1091
tree38cc1243ea80eb324f91aa66275a397d749eae0a
parent5f944743304976a55c1e974c5835c5b2996c2ce2
sync (#2404)

* support jdcloud.com

* fix format

* ttl 3000

* Escape slashes (#2375)

* Change 1.1.1.1 to 1.0.0.1 to probe compatibility (#2330)

As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.

* check empty id

* fix error

* Add dnsapi for Vultr (#2370)

* Add Vultr dns api

* PushOver notifications (#2325)

* PushOver notifications, using AppToken, UserKey, and optional sounds

* fix errors

* added dns api support for hexonet (#1776)

* update

* minor

* support new Cloudflare Token format
fix https://github.com/Neilpang/acme.sh/issues/2398

* fix wildcard domain name

* add more info

* fix https://github.com/Neilpang/acme.sh/issues/2377

* fix format

* fix format
acme.sh
deploy/docker.sh
dnsapi/dns_cf.sh
dnsapi/dns_hexonet.sh [new file with mode: 0755]
dnsapi/dns_namecheap.sh
dnsapi/dns_namesilo.sh
dnsapi/dns_vultr.sh [new file with mode: 0644]
notify/pushover.sh [new file with mode: 0644]