Commit Graph

852 Commits

Author SHA1 Message Date
neil ccefd3be02
Merge pull request #2255 from mdbraber/update-acmeproxy
dns_acmeproxy: Username/password no longer required
2019-05-13 22:47:18 +08:00
Maarten den Braber 5e165819a1 Update authentication logic / info 2019-05-13 08:45:57 +02:00
neil ade9d662db
Merge pull request #2210 from chasefox/dev
Fix gcloud most-specific zone match
2019-05-12 21:58:44 +08:00
wapplay 657051e4b6 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
# Conflicts:
#	README.md
#	dnsapi/README.md
2019-05-12 13:36:01 +03:00
neil 1a6af5d896
Merge pull request #1582 from v0s/pddfixes
Multiple fixes to Yandex DNSAPI plugin
2019-05-12 15:40:17 +08:00
Maarten den Braber f9e3a2132f Username/password no longer required 2019-05-09 21:14:26 +02:00
neil 9ab318cafc
Merge pull request #2250 from mdbraber/add-acmeproxy-provider
Add acmeproxy provider
2019-05-08 22:17:34 +08:00
neilpang 11ecbd27be fix punycode domain 2019-05-08 22:07:27 +08:00
Maarten den Braber 585ef998d0 Fixed CI errors 2019-05-07 16:47:23 +02:00
Maarten den Braber c297aff99b Improved logging description 2019-05-06 18:31:58 +02:00
Maarten den Braber 68142c9835 Update description 2019-05-06 17:14:31 +02:00
Maarten den Braber b8f4fa359c Add acmeproxy provider 2019-05-06 17:12:50 +02:00
neilpang dac75a1dda rename 2019-05-03 20:50:42 +08:00
neil 130b67821c
Merge branch 'dev' into dev 2019-05-03 20:46:16 +08:00
neil b902769fa8
Merge pull request #2242 from plantroon/master
Add NLnetLabs NSD
2019-05-03 20:38:20 +08:00
neil 7503a58d1f
Merge pull request #2243 from mod242/master
New API for Schlundtech.de
2019-05-03 20:35:34 +08:00
mod242 096ce1a207
Create DNS API for Schlundtech 2019-05-02 12:18:16 +02:00
Jakub Filo d1ef039e39 Removed trailing line 2019-05-01 12:25:46 +02:00
Jakub Filo 040ca5320d Fixed style to match upstream 2019-05-01 12:17:54 +02:00
neil 625c85291d
Merge pull request #2236 from mod242/master
Correct parsing error in sed
2019-05-01 15:14:14 +08:00
Jakub Filo 522b7c51f7 Adding NLnetLabs NSD API 2019-05-01 01:53:51 +02:00
mod242 d7be2c5b8a
Remove from Master Branch 2019-04-29 16:17:24 +02:00
neilpang a89d50d34e use mutable 2019-04-29 21:52:22 +08:00
mod242 175b56b43c
Update dns_schlundtech.sh 2019-04-29 12:18:05 +02:00
mod242 9b68a3ef4a
Update dns_schlundtech.sh 2019-04-29 12:13:40 +02:00
mod242 345d6c5687
Update dns_schlundtech.sh 2019-04-29 10:44:23 +02:00
mod242 5b1b5cc8f2
Create dns_schlundtech.sh 2019-04-29 10:43:16 +02:00
mod242 1b062ab929
Correct sed parsing error 2019-04-28 15:58:08 +02:00
neilpang e46b392a8d Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2019-04-26 23:58:09 +08:00
neilpang 47ff768b70 fix https://github.com/Neilpang/acme.sh/issues/2195 2019-04-26 23:57:40 +08:00
neil 68428a5d5e
Merge pull request #2205 from kirpichiki/dns_cf_invalid_domain
CloudFlare dns invalid domain
2019-04-26 23:50:50 +08:00
neil 28694e8afb
Merge pull request #2207 from Kimmax/dns_hostingde_missing_templateValues
dns_hostingde.sh zoneConfig missing templateValues object
2019-04-26 23:49:41 +08:00
neil a85e50f465
Merge pull request #2229 from mod242/master
Create DDNSS API based on the work of helbgd
2019-04-26 23:47:19 +08:00
mod242 bb703281a2
Update dns_ddnss.sh 2019-04-25 16:18:52 +02:00
neil 1dc420ce51
Merge pull request #2139 from loonies/dns-loopia-api-endpoint
Make the Loopia API endpoint configurable
2019-04-25 20:52:38 +08:00
mod242 20af1ceb7d
Cleanup comment 2019-04-24 19:38:07 +02:00
mod242 ec982ccacb
Cleanup according to styleguide 2019-04-24 16:15:01 +02:00
mod242 a97e74b2d4
Update dns_ddnss.sh 2019-04-24 16:05:44 +02:00
mod242 fecc5b09f8
Removed -e and changed tail to funktion 2019-04-24 14:57:48 +02:00
mod242 d1030eb0b2
Create DDNSS API based on the work of helbgd 2019-04-24 14:03:54 +02:00
neilpang 9c9fed749a fix https://github.com/Neilpang/acme.sh/issues/2225
make NSUPDATE_SERVER can be overwritten
2019-04-20 12:49:51 +08:00
chasefox 4aa488f48b
Formatting - indentation
I think this is what CI wants....
2019-04-08 07:51:39 -04:00
chasefox 2d72b25c43
CI wanted double-quote 2019-04-08 07:44:41 -04:00
chasefox f23b0aacd7
Remove here string
CI doesn't want here strings
2019-04-08 07:11:08 -04:00
Matthew R Chase 98d27c4a6a Fix most-specific zone match
Most specific zone selected by deepest sub-domain (how many '.' in the domain)
rather than seemingly irrelevant count of the number of characters within the zone.
2019-04-07 15:04:03 -04:00
Kimmax 64e5392788 Zone delete also needs new "templateValues" field 2019-04-02 23:29:58 +00:00
Kimmax 987f95221c Added missing "templateValues" object to "zoneConfig" on "_hostingde_getZoneConfig" 2019-04-02 23:08:39 +00:00
Gorbachev 6e917d156c
Trim double quotes for email and key
Currently dns_cf generates headers like this: 'X-Auth-Email: "sample@mail.com"'. Cloudflare API responses 400 BadRequest for quoted headers with message "Invalid format for X-Auth-Email header".
2019-04-02 18:05:52 +03:00
neilpang 36e697b344 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2019-03-31 21:46:45 +08:00
neilpang c2d0d4d28c root domain as dns alias mode 2019-03-31 21:46:14 +08:00