Commit graph

364 commits

Author SHA1 Message Date
kakakikikeke-fork
2334340d7a
nifcloud: Get zone info from dns01.FindZoneByFqdn (#1383) 2021-04-08 21:05:25 +02:00
Ludovic Fernandez
ae7daa7d33
chore: update linter (#1379) 2021-03-27 13:49:40 +01:00
Pieter Lexis
83c626d9a1
powerdns: several improvements (#1374) 2021-03-17 09:53:38 +01:00
Ludovic Fernandez
773ed46b10
chore: update dependencies (#1370) 2021-03-10 10:42:00 +01:00
Ludovic Fernandez
52ad9d72e8
chore: update linter (#1367) 2021-03-04 19:16:59 +00:00
Amir Fouladvand
6b48d8dda8
arvancloud: typo in command example (#1365) 2021-03-02 23:27:01 +00:00
david
8b8be6f21e
cloudns: Improve reliability (#1331)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-02-28 12:25:15 +00:00
Tobias "Knight" S
b65dfb8661
desec: fix error with default TTL (#1361) 2021-02-28 02:23:28 +00:00
risson
31158bc58c
designate: support for Openstack Application Credentials (#1360) 2021-02-27 23:45:58 +00:00
Mark Scott
2871fd3938
mythicbeasts: implement ProviderTimeout (#1358) 2021-02-27 17:32:18 +00:00
StackoverFrog
22a991d8cc
dnspod: improve search accuracy when a domain have more than 100 records (#1354) 2021-02-27 14:55:45 +00:00
Mark Scott
55baf65065
doc: Fix typo in env var name in Mythic Beasts usage example (#1356) 2021-02-27 14:32:58 +00:00
Andre Sencioles
7cfcc155ee
edgedns: add support for .edgerc file (#1340) 2021-02-21 10:56:56 +00:00
Ludovic Fernandez
f42caa7393
Add DNS provider for Njalla (#1348) 2021-02-19 20:23:48 +00:00
Ben Lewis
620a48a374
Add DNS provider for Hurricane Electric (#1344) 2021-02-14 15:33:52 +00:00
Eirik Rye
078f84ed34
Add Domeneshop DNS01 provider (#1345) 2021-02-08 20:13:21 +01:00
TeoGoddet
6d068b5269
infomaniak: Make error message more meaningful (#1332) 2021-01-28 00:45:52 +01:00
Ludovic Fernandez
79be5072c7
Add DNS provider for Ionos. (#1322) 2021-01-14 20:42:12 +01:00
Daniel McCarney
4d4061ff40
acme-dns: update cpu/goacmedns to v0.1.1. (#1326) 2021-01-06 12:47:20 +01:00
Ludovic Fernandez
af01844596
chore: update linter. (#1325) 2020-12-28 23:39:00 +01:00
hazzeh
3efb14404a
Add DNS provider for Loopia (#1324) 2020-12-26 17:22:01 +01:00
JP Mens
dfdc625f8f
rfc2136: add command example (#1321)
* RFC2136 example

This small patch adds an example to the RFC2136 provider.

* review and generate.

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2020-12-19 16:48:31 +01:00
Michael G
af597bac81
inwx: Increase propagation timeout to 360s to improve robustness (#1314) 2020-12-14 22:57:19 +01:00
Khanh Pham
4f7f557a5c
pdns: get exact zone instead of all zones (#1296) 2020-12-12 15:59:22 +01:00
Ludovic Fernandez
cabd839feb
vult, dnspod: fix default HTTP timeout. (#1318) 2020-12-09 22:04:47 +01:00
Adam Dobrawy
b87d5b1efe
hyperone: Minor tweaks of documentation (#1315) 2020-12-09 21:31:54 +01:00
Ludovic Fernandez
d9248c9d4f
chore: use GitHub Action. (#1319) 2020-12-09 20:52:21 +01:00
Ludovic Fernandez
136f159d53
pdns: fix URL request creation. (#1312) 2020-11-28 17:54:26 +01:00
Iku Iwasa
2766aa6987
vultr: Update to govultr v2 API (#1302) 2020-11-28 14:53:02 +01:00
Adam Dobrawy
09be7e1f3e
hyperone: add 'since' tag in documentation (#1310) 2020-11-28 04:06:24 +01:00
Ludovic Fernandez
1af9299a83
doc: add examples and fix some typos (#1309) 2020-11-27 20:40:44 +01:00
Ludovic Fernandez
181926ca0d
azure: fix error handling. (#1307) 2020-11-25 12:25:28 +01:00
Ludovic Fernandez
8006c744f0
chore: update linter. (#1305) 2020-11-24 09:38:11 +01:00
Jakob
95bae8c50d
otc: select correct zone if multiple returned (#1292) 2020-11-19 19:36:49 +01:00
Ludovic Fernandez
3158518511
fix: nil pointer on error handling. (#1291) 2020-11-16 20:55:38 +01:00
Stamatis Katsaounis
ff0377ac02
Deprecate OS_TENANT_NAME as required field (#1279) 2020-11-03 23:28:25 +01:00
Ludovic Fernandez
38f23c8c52
chore: update linter. (#1278) 2020-10-27 12:01:05 +01:00
Léopold Jacquot
dfc346a00b
Add DNS provider for Infomaniak (#1277) 2020-10-27 01:03:26 +01:00
Ludovic Fernandez
88823a5c92
fix: use http.Header.Set method instead of Add. (#1270) 2020-10-17 14:51:55 +02:00
Ludovic Fernandez
fbab0e3c64
joker: add support for SVC API (#1267) 2020-10-08 16:52:50 +02:00
Dominik Menke
37746be75f
chore: spell check docs (#1260) 2020-09-30 00:27:08 +02:00
Dominik Menke
c3ca7d2c6d
rfc2136: ensure algorithm is fully qualified (#1259)
The RFC specifies the algorithm to be fully-qualified,
but the CLI docs don't communicate this to the end user.
2020-09-27 21:32:10 +02:00
sebastien-baillet
77aef9deb5
gcloud: adds an option to allow the use of private zones (#1258) 2020-09-26 13:29:42 +02:00
Fernandez Ludovic
2582acc932 feat: changes module version. 2020-09-02 20:38:01 +02:00
Fernandez Ludovic
50a87b031e feat: bump dependencies. 2020-09-02 19:29:28 +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
Ludovic Fernandez
00a2d5dbf8
namesilo: fix cleanup. (#1240) 2020-09-01 10:35:43 +02:00
Hendrik S
b23d947e17
scaleway: fix example (#1239) 2020-08-31 22:35:53 +02:00
Ludovic Fernandez
8164ae3da5
fix: desec rate limits. (#1237) 2020-08-26 11:25:59 +02:00