Commit Graph

4663 Commits (619bae745b36e885072c7bbf29fb0e08f4577bf3)
 

Author SHA1 Message Date
neil ab6f1b6df7
Merge pull request from tuffnatty/patch-1
Don't use global variable as local in recursion context
neil b36802edff
Merge pull request from arnebjarne/dns_cpanel
Support for cPanel DNS
Bjarne Saltbaek 1d2af0f291 force a re-test.
Phil Krylov 40e8c5e2b0
Don't use global variable as local in recursion context
```nginx
include conf.d/*;
include sites-enabled/*;
```
In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
Bjarne Saltbaek e11d0d37ee force a re-test. Le servere fails during test
Bjarne Saltbaek ea4266538a force a re-test
Lorenz Stechauner aa7bf9169f Fix Word4You dns plugin to work with current api
the value for uniqueFormIdTTL is not available or needed anymore.
values for 'aktivPaket' are not needed by the api.

changed endpoint for deletion from `/deleteRecord` to `/dns/record/delete`
Bjarne Saltbaek a95e83ab6e Added txtvalue to dns lookup
Bjarne Saltbaek 86daaf4bf2 Added remove entry debug
Bjarne Saltbaek d5b4f02932 Added proper id lookup with whitespace removed
Bjarne Saltbaek 15deec6c53 Added proper id lookup with missing bracket
Bjarne Saltbaek 17b1875151 Added proper id lookup
Bjarne Saltbaek bfda8f0b8a First jq rework - 12. redo
Bjarne Saltbaek 7bb0ff986b First jq rework - 11. redo
Bjarne Saltbaek f3cfef4021 First jq rework - 10. redo
Bjarne Saltbaek 3184c3c21b First jq rework - 9. redo
Bjarne Saltbaek 9264737985 First jq rework - 8. redo
Bjarne Saltbaek c9b353a689 First jq rework - 8. redo
Bjarne Saltbaek fda6502f33 First jq rework - 7. redo
Bjarne Saltbaek 0fdac82b93 First jq rework - 6. redo
Bjarne Saltbaek 6b3d6d5211 First jq rework - 5. redo
Bjarne Saltbaek cb89ee39f5
Merge branch 'acmesh-official:master' into dns_cpanel
Bjarne Saltbaek be827be742 First jq rework - 4. redo
neil 8fcecd59a0
Merge pull request from acmesh-official/dev
sync
Bjarne Saltbaek 83b49b23e4
Merge branch 'acmesh-official:master' into dns_cpanel
neil f5ee618986
Merge pull request from cirow/dev
Pushbullet Webhook notification
Bjarne Saltbaek 8339b88180 First jq rework - docker fails in Github - not my fault...
neil f2958818c8
Update pushbullet.sh
Bjarne Saltbaek 608547c62c First jq rework - 3. redo
neil 20f604948f
Update pushbullet.sh
neil f72a4f966d
Merge pull request from shadowlmd/fix-grep-dns-he
Fix grep options processing in dns_he module
Bjarne Saltbaek bd00db4292 First jq rework - redo
Bjarne Saltbaek 68debc474a First jq rework
Bjarne Saltbaek 6a7f993a9a Forced CI
neil ae25931b37
Merge pull request from acmesh-official/dev
sync
neil 84fe6654cc fix for https://github.com/acmesh-official/acme.sh/issues/3717
Bjarne Saltbaek d2d023cca7 added saving of cPanel_Hostname
neil 64908e0080 fix Windows path
neil d4e1899747 support "--set-default-chain", fix https://github.com/acmesh-official/acme.sh/issues/3717
Bjarne Saltbaek 7f9b8d68ac Added dns-cpanel.sh as support for cPanel controlled DNS systems
neil 5b1e849bde
Merge pull request from acmesh-official/dev
sync
neil fba6de76b1
Merge pull request from gstrauss/use-getdeployconf
use _getdeployconf instead of sourcing DOMAIN_CONF
Glenn Strauss 8419b42e83 use ${ACME_OPENSSL_BIN:-openssl} instead of openssl
(requested by @Neilpang in )
neil 5f38c15b1f
Merge pull request from ToJIka4/add_veesp_api
Add Veesp DNS API
neil c3b72baa8e
Merge pull request from tcocca/dev
Rackspace changed their API response, fixed the sed matching
Tom Cocca 16d0416f22 trigger GH Actions again
Tom Cocca b9aa4f4478 trigger a GH actions change
Tom Cocca 8d3ad3a8c1 Rackspace changed their API response, fixed the sed matching
Stephen Pliaskin 5a689ce897 Add Veesp DNS API
neil 35e22703af
Merge pull request from DerVerruckteFuchs/1984-hosting-cookie-fix
1984 hosting cookie fix