1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Commit Graph

670 Commits

Author SHA1 Message Date
Atma Rutledge
449e2a77e5 FOUND-1643: FEATURE: Adding rate limit to CSCGlobal (#2490) 2023-08-01 09:40:59 -04:00
Asif Nawaz
4ba630d0be HEXONET: Updated GO-SDK to the latest version (#2448) 2023-06-21 07:08:26 -06:00
Tom Limoncelli
9741d3c527 BUG: BIND not handling long TXT records correctly (#2447) 2023-06-20 12:35:11 -04:00
Koen Vlaswinkel
0bf24d0282 LINODE: Add Default TTL as allowed TTL (#2442) 2023-06-17 07:51:13 -04:00
Tom Limoncelli
d00804b4f5 TRANSIP: Improve error-checking on ListZones() (#2433)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-06-15 09:59:15 -04:00
Ricky Grassmuck
fddec1db68 DIGITALOCEAN: Enable get-zones "all" feature (implement ListZones()) (#2437)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-06-15 09:23:50 -04:00
Patrik Kernstock
68084726c0 INWX: Implemented ListZones() support (#2428)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-06-08 13:59:57 -04:00
Patrik Kernstock
3250681821 INWX: Fix PTR test failing/unexpected PTR modify operation (#2430) 2023-06-08 13:34:03 -04:00
Tom Limoncelli
ce89f7fb96 CHORE: Eliminate SetTargetTXTString() (#2409) 2023-06-01 13:11:36 -04:00
Florian Ritterhoff
23ba49e753 BIND: reset zonefile for reading records (#2407) 2023-05-31 12:14:04 -04:00
Tom Limoncelli
207ed695cf BIND: Automatically create the subdirectories leading up to zonefiles (#2397) 2023-05-26 13:16:20 -04:00
Hamish Moffatt
3492b26d0a CLOUDFLAREAPI: Allow API debugging to be enabled via env variable (#2395)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-25 20:48:30 -04:00
Tom Limoncelli
c0770e6aa0 AUTODNS: Guard against conversion errors (#2396) 2023-05-25 19:41:39 -04:00
Hamish Moffatt
1405901171 CLOUDFLAREAPI: Update cloudflare-go to v0.68 (#2390) 2023-05-24 06:20:11 -04:00
nemunaire
5ae231030e Update version in go.mod (#2382) 2023-05-20 13:21:45 -04:00
imlonghao
7e87d5f085 DESEC: implement ListZones (#2381)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-20 13:20:37 -04:00
Jeffrey Cafferata
d8f45aa868 DOCS: Split horizon (#2379)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-20 13:19:55 -04:00
Patrik Kernstock
1ef7c80e3a INWX: Enabling TXT with 255 bytes works (#2380) 2023-05-20 13:19:15 -04:00
Florian Ritterhoff
8ba95d4d31 AXFRPROVIDER: Don't count "reports" as a change (#2372) 2023-05-18 15:14:12 -04:00
Hamish Moffatt
0c9e1bd4af CLOUDFLAREAPI: Update cloudflare-go to v0.58.1 (#2367) 2023-05-17 07:14:56 -04:00
Tom Limoncelli
66a76c44c1 Don't count diff2.REPORT (informational warnings) as a "correction" (#2361)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-16 10:42:08 -04:00
Grégoire Henry
dda3fc8cc1 AXFRDDNS Fix docs, fix handling of unsupported record types (#2335)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-08 21:44:42 -04:00
Daniil Lemenkov
36e3595612 CHORE: Satisfy Staticcheck and remove unused code (#2331) 2023-05-08 16:49:26 -04:00
Tom Limoncelli
fede846b12 NS1: revert #2295 (nameserver "trailing dot" issue) (#2327) 2023-05-06 11:46:07 -04:00
Vincent Hagen
0cad03df60 Fix TransIP record deletion by using original record for deletion (#2325) 2023-05-06 11:15:13 -04:00
Tom Limoncelli
489be2e3dc ROUTE53: fix R53_ZONE() handling for domains (#2306)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-02 13:04:59 -04:00
Tom Limoncelli
18b8ce791a NS1: Improve nameserver handling (#2295)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-01 18:44:25 -04:00
Will Power
d8e167c2ce HETZNER: fix nameserver trailing dots (#2301)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-01 18:10:25 -04:00
Florent Thoumie
a0d491e6ce NS1: Fix NS1_URLFWD records push (#2298) 2023-04-26 08:20:14 -05:00
Tom Limoncelli
fba40d5373 BIND: Enable hermetic zone builds (#2275)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-04-25 18:00:11 -05:00
Yannik Sembritzki
b24e7ef126 HOSTINGDE: Fix zone creation (fixes #2276) (#2297)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-04-25 07:07:53 -05:00
Jan-Philipp Benecke
1d252dd482 POWERDNS: Add option to set the PowerDNS zone kind (#2274)
Signed-off-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
2023-04-24 17:16:23 -05:00
Tom Limoncelli
be8495c5e8 Integration tests should test diff2's IGNORE* (#2292)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-04-23 13:28:18 -05:00
Tom Limoncelli
1690bae128 CLOUDNS: Fix WR type (#2288)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-04-19 11:13:24 -04:00
Florent Thoumie
bede608637 Fix NS1_URLFWD custom record type handling (#2289) 2023-04-17 18:21:26 -04:00
Florian Ritterhoff
e16babb449 fix: generate file name on bind zone generation (#2284) 2023-04-17 10:44:10 -04:00
Tom Limoncelli
57f3576df1 HEXONET: Remove duplicate code (#2279)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-04-16 14:27:58 -04:00
Tom Limoncelli
ca5ef2d4ac HETZNER: Clean up lint warning (#2280)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-04-16 14:22:03 -04:00
Tom Limoncelli
60470a3886 BUG: Some DNS zones are downloaded twice (#2120)
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
Co-authored-by: Grégoire Henry <hnrgrgr@users.noreply.github.com>
Co-authored-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Kai Schwarz <kschwarz@hexonet.net>
Co-authored-by: Asif Nawaz <asif.nawaz@centralnic.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
2023-04-14 15:22:23 -04:00
svernick
63981d3d26 Can use LOC (#2267) 2023-04-10 14:03:46 -04:00
Costas Drogos
f25d5fa46a NS1: Handle assigned nameservers better (#2260) 2023-04-04 07:50:05 -04:00
Jakob Ackermann
e230ade9c2 HETZNER: provider maintenance (#2258)
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2023-04-03 17:26:05 -04:00
Tom Limoncelli
2a28d81490 MSDNS: be more efficient with ttl changes (#2251)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-03-31 09:08:26 -04:00
imlonghao
73623f650c CLOUDNS: fix two integration test failed (#2246)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-03-31 07:48:46 -04:00
Kai Schwarz
f17b34a513 HEXONET: minor refactoring (#2255)
Co-authored-by: Asif Nawaz <asif.nawaz@centralnic.com>
2023-03-31 07:47:42 -04:00
Amelia Aronsohn
bded57b375 DNSimple: Remove CAA Whitespace in Target restriction (#2250)
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
2023-03-30 13:19:34 -04:00
Vincent Hagen
9ffec690f5 TRANSIP: Improve diff2 implementation (#2228)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-03-26 12:51:45 -04:00
Paul Dee
f51f9436b0 Loopia: now passes test: 18:testByRecordSet (#2231)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-03-25 11:26:45 -04:00
Tom Limoncelli
a3934e7b35 GCLOUD: Support ALIAS record type (#2225)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-03-25 11:22:43 -04:00
Paul Dee
edf1b9fd50 LOOPIA: Ban Null MX (#2215)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-03-23 14:56:35 -07:00