Commit Graph

3623 Commits (e087bccd339e054790300297fbd3e6b0c53fdb55)
 

Author SHA1 Message Date
kapper.net support account 5207e111e1 initial kapper.net DNS API support
hopefully this time we get it right ;)

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
5 years ago
neil 06995fb080
Merge pull request #3075 from jpmens/patch-2
Remove unecessary word from README.md
5 years ago
neil 1f5cafc2d1
Update README.md 5 years ago
JP Mens f190de39a6
Remove unecessary word from README.md 5 years ago
neil 272ab746a6
Merge pull request #3071 from pdxgf1208/dev
Update dns_dynv6.sh
5 years ago
neil fce0bf6e59
Merge pull request #3070 from phedoreanu/replace_response_equals_with_contains
replace response equals with contains
5 years ago
neil 5957786b2c
Merge pull request #3072 from tresni/synology_dsm
Support for DS218+
5 years ago
Vinton Huang 4f3f4e23e4 Fix failed test in acmetest. Item alpine:latest - test 12: le_test_standandalone_deactivate_v2
- Message of failed test [1]: /root/.acme.sh/acme.sh --deactivate -d testdocker.acme.sh [FAIL]
- Reason of failure: left brace was not escaped. According to the standard [2], if special chars appear first in an ERE, it will produce undefined results.
- egrep from busybox (and thus alpine) take it as an error, but egrep from GNU grep (included in most distros) and *BSD are more tolerant, just ignore it.
- Fix: consider the right brace at the right-hand side of the ERE, the result string will not contain right brace. So the left-hand side should not contain left brace, too.
[1] 446939706e/logs/alpine-latest.out (L119)
[2] 9.4.3 ERE Special Characters, The Open Group Base Specifications. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html
5 years ago
Brian Hartvigsen 5f5096e1d4
Addressing issues found in DS218+ DSM
DS218+ appears to have a slighly different DSM that sends back headers in lowercase.

Reported by @BartSiwek in #2727
5 years ago
12bbf7608ae1 4b35aef728
Update dns_dynv6.sh
Add support for domains like '*.v6.rocks'
5 years ago
Adrian Fedoreanu 6a0ed51f5e
replace response equals with contains 5 years ago
Pedro Lamas 67360e93b8
Correctly labels Docker images per branch 5 years ago
Pedro Lamas f18f4c69f2
Adds Docker multi-arch build support 5 years ago
neil 41435578d2
Merge pull request #3055 from andybotting/openstack-dns
Add OpenStack Designate DNS API support
5 years ago
neil 7f33ae3bee
Merge pull request #3059 from andybotting/dev
Fix CI test failure for deploy/openstack.sh
5 years ago
neil 645135bf56
Merge pull request #3051 from szepeviktor/patch-2
Upgrade Travis image
5 years ago
Viktor Szépe eb9005ad74
Fix SC2236 5 years ago
Viktor Szépe 14089f8c6a
Fix SC2236 5 years ago
Viktor Szépe 49094120d9
Fix SC2236 5 years ago
Viktor Szépe fe4111a9f5
Fix SC2236 5 years ago
Viktor Szépe 61613bee98
Fix SC2230 5 years ago
Andy Botting 3ce967d8e5 Fix CI test failure for deploy/openstack.sh 5 years ago
Andy Botting aad9afad59 Add OpenStack Designate DNS API support
This provider relies on the the python-openstackclient and
python-designateclient tools be installed and working, with
either password or application credentials loaded in your env.
5 years ago
neil 8cbbd022fc
Merge pull request #3057 from andybotting/openstack-deploy
Add OpenStack Barbican deploy support
5 years ago
Andy Botting 9b23cd6d19 Add OpenStack Barbican deploy support
This provider relies on the the python-openstackclient and
python-designateclient tools be installed and working, with
either password or application credentials loaded in your env.
5 years ago
Viktor Szépe d94f241d3c
Upgrade Travis image 5 years ago
neil bb7c11adf1
Merge pull request #3049 from acmesh-official/dev
sync
5 years ago
neil 5c295254bf fix format 5 years ago
neil 236e8cc95c add gitads 5 years ago
neil 421973e0d9
Merge pull request #3046 from acmesh-official/dev
sync
5 years ago
neil e2a5af1cf7 fix format 5 years ago
neil f31debc09c fix format 5 years ago
neil 6654d7a919 fix format 5 years ago
neil 44743b5f6f
Merge pull request #3043 from robertoetcheverryr/dev
Added check for Authentication failure in dns_dynu module
5 years ago
robertoetcheverryr f80276584f Added check for Authentication failure in dns_dynu module 5 years ago
neil cda41debfc
Merge pull request #3042 from andrewheberle/patch-2
Use base64 for docker reload command
5 years ago
neil 2c50d01c26
Merge pull request #3039 from vi9076/master
Update "Tested OS" section of README.md
5 years ago
andrewheberle 01ebb6576d
Use base64 for reload
Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
5 years ago
Vinton Huang aaca0b6f76 Update "Tested OS" section of README.md
- Update openSUSE build badge file name (opensuse-leap.svg -> opensuse-leap-latest.svg)
- Update link target of build badge (letest -> acmetest), for item 1-12, 15, 16, 18, 19, 21
- Update Proxmox document link for 5.2 and later
5 years ago
neil 84e1f3649f
Merge pull request #3035 from acmesh-official/dev
sync
5 years ago
neil 0ab2cfaf8b
Merge pull request #3029 from licaon-kter/patch-2
Fix typo candindates
5 years ago
neil 0545d6f083
Merge pull request #3031 from peterkelm/patch-1
Reflect recent Variomedia API changes
5 years ago
neil d804228956 fix https://github.com/acmesh-official/acme.sh/issues/3032 5 years ago
neil f7d70df2ba
Merge pull request #3033 from grindsa/ecc_sign
Prepending for ecc signature
5 years ago
neil 4daef52991
Merge pull request #3034 from acmesh-official/dev
sync
5 years ago
grindsa a329547682 prepending for ecc signature
leftpadding "0" if _ec_s and _ec_r are to short
5 years ago
peterkelm f02af8d481
Reflect recent Variomedia API changes
Spaces were recently removed from the JSON "response" returned by Variomedia's API.
5 years ago
neil dd6c067832 fix format 5 years ago
Licaon_Kter dbc435506c
Fix typo candindates 5 years ago
neil f00e289014 fix format 5 years ago