Commit Graph

2323 Commits

Author SHA1 Message Date
1b25c70fc5 Updated ID retrieval from response
Tested calls with a response string and it was not extracting the ID.  
Used @wilddom's fork ID parsing and it works.  
Did not include get_root again as he did ($_domain_name comes with appropriate string).
His fork: 931f93c5bb
    
Only thing I wanted now was to disable/fix the `get_root` so it does not use the main domain when it fails on a subdomain.  
For example, if it fails on sub.domain.com it will try with domain.com and since I have both on Dynu, I don't really want that (I want it to just fail and then try again later).  
I guess I will open an issue for that...
2018-09-06 19:20:10 -03:00
56af0e2c52 Fix removal of DNS record after completion
Changes undocumented API function to `dns/records/$_domain_name`.  
Since it checks for root right before asking for the ID, there is not need to check again and the `$_domain_name` should be accurate.  
Just changed the function name and it worked for me (no need to patch sed), but not sure why the other patch wants to change the sed call.  
----------------------------------------
API Reference: https://www.dynu.com/en-US/Resources/API/Documentation#DNSRecords
2018-09-06 07:03:17 -03:00
c31db83b26 Merge pull request #1817 from Neilpang/dev
Dev
2018-08-27 23:05:59 +08:00
98ce8f4c2f Merge pull request #1620 from loial/dns_gratisdns.dk
DNS plugin for Danish service gratisdns.dk
2018-08-27 23:05:15 +08:00
1f25b4a8a9 Replacing "grep -o -P" with "_egrep_o" and sed 2018-08-24 13:27:16 +02:00
1756bbff84 DNS plugin for Danish service gratisdns.dk
Currently only supports primary domains. My use case does not involve
secondary domains so I'm not sure how it behaves, and cannot test it.
Might be as simple as turning all "primary"-references into a variable
that's either "primary" or "secondary", and make an extra check for this
in _get_domain...

Cookie handling heavily inspired by freedns plugin, including caching
the cookie in the config file, so we can rm without re-authenticating
2018-08-24 02:12:33 +02:00
21b2ffa42e Merge pull request #1796 from ybizeul/deploy-gitlab
Gitlab deploy option
2018-08-23 13:36:57 +08:00
b6efdac1db Merge pull request #1605 from linux-insideDE/dev
Added netcup DNS API
2018-08-23 13:25:54 +08:00
fc9d321ebe Merge branch 'dev' into dev 2018-08-22 21:07:05 +02:00
68a290c347 revert dns_inwx.sh to dev 2018-08-22 19:08:33 +02:00
9133de50e9 Merge pull request #1756 from crazyhacks/conoha
Add support ConoHa DNS API
2018-08-22 22:48:33 +08:00
73d04b976e avoid "SC2046: Quote this to prevent word splitting." Travis CI error. 2018-08-22 23:25:55 +09:00
a35d271669 cleanup 2018-08-22 23:25:55 +09:00
72a7f932c6 fix indent 2018-08-22 23:25:55 +09:00
2e74df2583 Add support ConoHa DNS API 2018-08-22 23:25:55 +09:00
4fffb3c816 make shfmt happy 2018-08-21 21:55:44 +02:00
840b3a34cb changed some chars 2018-08-21 21:47:40 +02:00
dc267663a7 Merge branch 'dev' into dev 2018-08-21 21:15:53 +02:00
8d6443b25d Fix Syntax 2018-08-21 16:41:45 +02:00
e3c7fc8077 Fix Syntax 2018-08-21 16:35:39 +02:00
bbf2a15f27 Fix Syntax 2018-08-21 16:30:33 +02:00
5a326b82bd Fix Syntax 2018-08-21 16:24:57 +02:00
f1b0dd7836 Fix Syntax 2018-08-21 16:22:08 +02:00
c205777542 Better integration with acme.sh utils 2018-08-21 16:18:00 +02:00
329a1e6f16 Merge pull request #1623 from lenartj/dev
Added support for Google Cloud DNS API (dns_gcloud)
2018-08-21 21:38:19 +08:00
9c39121e99 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2018-08-21 13:32:29 +00:00
e5e57e684e Merge branch 'deploy-gitlab' of github.com:ybizeul/acme.sh into deploy-gitlab 2018-08-21 15:28:52 +02:00
659a60aeec Merge pull request #1772 from gliljas/patch-2
Spelling in dns_aws.sh
2018-08-21 21:06:36 +08:00
b0268adad9 Merge pull request #1782 from omegazeng/dev
add dns api support for dnspod.com
2018-08-21 21:05:43 +08:00
71e4bbfc99 Merge pull request #1804 from ctron/feature/add_lexicon_opts_1
Add support for additional Lexicon options
2018-08-21 21:01:28 +08:00
c6bd004d63 Merge pull request #1806 from Aarup/dev
Update dns api to support v2 wildcard cert #1261
2018-08-21 20:58:26 +08:00
8b6986ba18 Fix file formatting 2018-08-21 12:32:30 +02:00
b23718f3ad Add support for additional Lexicon options 2018-08-21 11:51:26 +02:00
8113548920 Update dns api to support v2 wildcard cert #1261 2018-08-21 11:44:36 +02:00
b401dbbf65 Fix Syntax 2018-08-15 19:17:24 +02:00
75dd0a770f Fix Syntax 2018-08-15 19:10:31 +02:00
6d8292cdd8 Syntax fix 2018-08-15 19:00:08 +02:00
0575eb671a Fix double quote around URL 2018-08-15 18:44:24 +02:00
d06eea53ef Add deploy plugin for Gitlab pages 2018-08-15 18:36:34 +02:00
9e96a93172 Updated README with Gitlab help 2018-08-15 18:36:24 +02:00
441f8f3ce8 Replied to PR comments 2018-08-15 12:05:57 +01:00
1d4dec5510 Moved dns_gcloud to 47. 2018-08-15 12:05:57 +01:00
167758003c Fixed shfmt (dns_gcloud) 2018-08-15 12:03:38 +01:00
0a3ac1f5c3 Added support for Google Cloud DNS API (dns_gcloud) 2018-08-15 12:03:38 +01:00
9173140ddf Merge pull request #1788 from ghostwheel42/dev
createDomainKey: fix exitcode for creating new key
2018-08-15 13:27:04 +08:00
7aeb113c62 createDomainKey: fix exitcode for creating new key
when running acme.sh headless (without terminal) to create a new key
createDomainKey returns a non-zero exit-code.
explicitly returning zero avoids this.
2018-08-14 10:04:14 +02:00
22cd408efb add dns api support for dnspod.com 2018-08-12 18:15:20 +08:00
4fbd21da57 Spelling 2018-08-07 13:35:08 +02:00
ac0cdcf70b Merge pull request #1760 from lf-zbw/dev
Fix key leakage in SSH deploy log.
2018-08-02 21:25:26 +08:00
63134fafec Fix key leakage in SSH deploy log 2018-08-02 20:57:27 +08:00