Fernandez Ludovic
2582acc932
feat: changes module version.
2020-09-02 20:38:01 +02:00
Fernandez Ludovic
4f16a89b03
feat: replaces FastDNS by EdgeDNS.
2020-09-02 19:29:28 +02:00
Fernandez Ludovic
712b9c4418
feat: removes old Linode provider.
2020-09-02 19:29:28 +02:00
Jakub Surdej
7557dbc98c
Add DNS provider for HyperOne ( #1233 )
2020-08-24 23:50:52 +02:00
Edward Lynes
23328fcdd2
Add Akamai Edgedns. Deprecate FastDNS ( #1207 )
2020-07-08 22:16:54 +02:00
Sajjad Hashemian
7c3689d08a
Add DNS provider for ArvanCloud ( #1173 )
...
Co-authored-by: FaRzad-845 <f.shami@barox.ir>
2020-05-28 16:57:29 +02:00
Wesley Moore
25ea7ac6b4
Add DNS provider for LuaDNS ( #1135 )
2020-05-10 06:03:54 +02:00
Ludovic Fernandez
6043c9347c
chore: update linter. ( #1145 )
2020-05-08 19:35:25 +02:00
Nir
e90786484a
Adding Hezner DNS provider ( #1128 )
2020-05-08 14:26:30 +02:00
Ludovic Fernandez
5ab7335987
Add DNS provider for Netlify. ( #1144 )
2020-05-08 12:26:44 +02:00
Ludovic Fernandez
7e3add6d0d
Add DNS provider for deSEC.io ( #1143 )
2020-05-07 01:27:35 +02:00
Daniel Silverstone
4057c38364
Add DNS provider for Mythic beasts DNSv2 ( #1125 )
2020-04-28 09:04:22 +02:00
Ludovic Fernandez
cb5d3a8fdb
Add DNS provider for Yandex. ( #953 )
2020-04-27 19:58:18 +02:00
radek-sprta
d7f39ed321
Add DNS provider for CloudDNS. ( #1106 )
2020-04-24 03:13:25 +02:00
Ludovic Fernandez
1aeac60ab3
Add DNS provider for Zonomi and RimuHosting. ( #1084 )
2020-03-14 13:32:50 +01:00
Ludovic Fernandez
4901bb4fe7
Add DNS provider for Dynu. ( #1081 )
2020-03-10 12:31:33 +01:00
Ludovic Fernandez
006012200e
Add DNS provider for reg.ru ( #1078 )
2020-03-10 11:08:32 +01:00
Ludovic Fernandez
837082bc1b
Add DNS provider for Constellix ( #1051 )
2020-02-25 21:56:40 +01:00
Ludovic Fernandez
14329c03df
Add DNS provider for Servercow. ( #1056 )
2020-02-25 21:41:39 +01:00
Van Hau TRAN
ee33cff002
Add DNS provider for Scaleway ( #1047 )
2020-01-23 15:51:47 +01:00
Simon
cda5995ab4
Add DNS provider for Checkdomain ( #1017 )
2019-12-07 23:59:59 +01:00
kolaente
46680f6524
Add support for autodns ( #957 )
2019-11-01 11:20:34 +01:00
Caige Nichols
76c850a580
Add Liquid Web DNS Provider ( #951 )
2019-08-19 21:41:10 +02:00
Fernandez Ludovic
e7a90b9471
chore: migrate to go module (v3.0.0)
...
- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
2019-08-07 14:07:47 +02:00
Wettle
c4a05dfab4
Add DNS provider for namesilo ( #916 )
2019-07-05 03:38:43 +02:00
Frans Kuipers
6647ce7b1d
Add support for versio.nl ( #909 )
2019-06-27 19:30:10 +02:00
Jason Harmon
007888f9dc
Add support for EasyDNS ( #867 )
2019-04-29 02:03:04 +02:00
Alexander D. Kanevskiy
4c9d1979fc
Add support for Joker.com DMAPI ( #870 )
2019-04-28 14:33:50 +02:00
Werberson
a72639ef51
Add support for Bindman DNS provider ( #869 )
2019-04-27 18:50:40 +02:00
andig
0ce6ba36b9
Add DNS Provider for Domain Offensive (do.de) ( #835 )
2019-03-21 11:52:01 +01:00
Ludovic Fernandez
3edb75872d
chore: migrate to new org. ( #824 )
2019-03-11 17:56:48 +01:00
Ludovic Fernandez
219222fdda
Use canonical imports ( #822 )
...
* fix: challenge are not required for revoke.
2019-03-11 16:54:35 +01:00
tzakrajs
1c309c9c80
Add DNS Provider for ClouDNS.net ( #813 )
2019-03-01 19:09:00 +01:00
Sugi
af67943e94
Add DNS Provider for Oracle Cloud ( #808 )
2019-02-26 15:41:02 +01:00
Wim Fournier
62e0e54f23
Adds support for Openstack Designate as a DNS provider ( #786 )
2019-02-07 16:10:07 +01:00
Elen Eisendle
77afd0f732
Add support for zone.ee as a DNS provider ( #751 )
2019-01-20 12:27:35 +01:00
Ludovic Fernandez
42941ccea6
Refactor the core of the lib ( #700 )
...
- Packages
- Isolate code used by the CLI into the package `cmd`
- (experimental) Add e2e tests for HTTP01, TLS-ALPN-01 and DNS-01, use [Pebble](https://github.com/letsencrypt/pebble ) and [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv )
- Support non-ascii domain name (punnycode)
- Check all challenges in a predictable order
- No more global exported variables
- Archive revoked certificates
- Fixes revocation for subdomains and non-ascii domains
- Disable pending authorizations
- use pointer for RemoteError/ProblemDetails
- Poll authz URL instead of challenge URL
- The ability for a DNS provider to solve the challenge sequentially
- Check all nameservers in a predictable order
- Option to disable the complete propagation Requirement
- CLI, support for renew with CSR
- CLI, add SAN on renew
- Add command to list certificates.
- Logs every iteration of waiting for the propagation
- update DNSimple client
- update github.com/miekg/dns
2018-12-06 22:50:17 +01:00
Fernandez Ludovic
eb04d860c4
feat: add to list.
2018-11-09 01:53:21 +01:00
Daniil Rutskiy
e89afae4f8
Add DNS Provider for Vscale ( #705 )
2018-11-08 10:31:42 +01:00
Maarten den Braber
1837a3bb1c
Add DNS Provider for TransIP ( #703 )
2018-11-06 11:56:28 +01:00
Stephan Müller
42d8637d87
Add DNS Provider for inwx ( #687 )
2018-11-06 11:49:50 +01:00
mattn
5f383ec4f4
Add DNS Provider for MyDNS.jp ( #628 )
2018-11-04 15:37:29 +01:00
Daniil Rutskiy
2131723cc8
Support DNS Provider Selectel ( #698 )
2018-11-04 02:36:04 +01:00
Kazuki Sawada
8556397ec0
add ConoHa DNS provider ( #692 )
2018-11-02 02:30:09 +01:00
Craig Steinberger
484f0e5e35
Add DNS Provider for DreamHost ( #668 )
...
* add support for DreamHost DNS
2018-10-13 16:01:46 +02:00
Brent Hughes
8a5cdcb4ef
Add DNS Provider for Stackpath ( #660 )
2018-10-09 21:58:32 +02:00
Ludovic Fernandez
37ef38c4fc
Add additional configuration environment variables to CLI help. ( #659 )
...
* feat: add additional configuration environment variables to CLI help.
* review: packages order.
2018-10-04 15:28:06 +00:00
Marques Johansson
58a023e92b
Linode: updated to use the Linode APIv4 ( #622 )
2018-09-23 13:01:40 +02:00
evs-ch
83e2300e01
Add DNS provider for hosting.de ( #624 )
2018-09-15 23:25:14 +02:00
yuexiaoyun
c22f8d841f
Add DNS Provider for ALIYUN DNS ( #620 )
2018-09-08 15:17:23 +02:00