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

727 Commits

Author SHA1 Message Date
Yuhui Xu
8ed137aff5 GCORE: Fix handling very long TXT records (#2744)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2024-01-02 14:15:46 -05:00
Tom Limoncelli
258654532a MSDNS: Fix failing DNS integration tests (#2734) 2023-12-18 12:39:48 -05:00
Midnight Veil
36f6b19943 AXFRDDNS: Support separate servers for AXFR and DDNS (#2723)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-18 09:34:40 -05:00
Jeffrey Cafferata
c0dc049755 TRANSIP: Added audit record for a maximum of 1024 TXT-record characters (#2725) 2023-12-15 15:03:07 -05:00
svernick
7ce2eb4e7e AKAMAIEDGEDNS: Fix AKAMAICDN add/modify. Fix integrationTest. (#2722) 2023-12-13 16:31:40 -05:00
Tom Limoncelli
790513a170 CHORE: Fix golint and staticcheck errors/warnings (#2717) 2023-12-11 16:24:11 -05:00
Vincent Hagen
a7e764391c TRANSIP: Fix TXT quoting (#2708)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-10 20:47:44 -05:00
Gert Van Gool
cd371c1149 INWX: support MxNull records (#2700)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-08 11:58:24 -05:00
Tom Limoncelli
3b6643b12d AZURE_PRIVATE_DNS: Rename module to conform to Go styleguide (#2697) 2023-12-06 17:29:55 -05:00
Tom Limoncelli
377193926c CHORE: Clarify TXT string limits (#2691) 2023-12-06 16:23:18 -05:00
Matthew Gamble
8541fb8510 AZURE_PRIVATE_DNS: Enable building this provider by default (#2688) 2023-12-05 16:59:32 -05:00
Jan-Philipp Benecke
dbb724b911 CLOUDFLARE: Fixed bug: Zone not populated with records if domain was created in the same run (#2690)
Signed-off-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
2023-12-05 16:50:25 -05:00
Tom Limoncelli
4e8fb894ef CSCGLOBAL: Be less noisy about rate limit delays (#2686) 2023-12-05 10:02:55 -05:00
Tom Limoncelli
76d93acaf5 CHORE: Remove dead code: txtutil.SplitSingleLongTxt() and txtutil.Segment() (#2685) 2023-12-05 09:47:52 -05:00
Tom Limoncelli
cbccbbeb8d REFACTOR: Opinion: TXT records are one long string (#2631)
Co-authored-by: Costas Drogos <costas.drogos@gmail.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Vincent Hagen <blackshadev@users.noreply.github.com>
2023-12-04 17:45:25 -05:00
Vincent Hagen
ef081da1a6 TRANSIP: Fixed integration tests: Edge cases and TXT records fixed (#2673)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-04 11:54:03 -05:00
Matthew Gamble
37e21030a2 NEW PROVIDER: Azure Private DNS Zones (#2626)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-28 16:26:08 -05:00
Brice Figureau
69fb3b26d3 OVH: Allow ovh provider to connect to other endpoints than EU (#2625) (#2651)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-27 18:18:24 -05:00
Jonathan Bouvier
e783d7024c ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) 2023-11-27 17:50:21 -05:00
Tom Limoncelli
3dab594757 CHORE: More cleanups (#2632) 2023-11-19 13:44:49 -05:00
Tom Limoncelli
159fdf07ad REFACTOR: providers should not directly access .TxtStrings (#2629) 2023-11-18 15:06:20 -05:00
Tom Limoncelli
8040e7bba2 REFACTOR: Add Joined and Segmented accessors to TXT, and other cleanups (#2628) 2023-11-18 10:37:46 -05:00
imlonghao
32fe2753d8 PORKBUN: Improve non .DE domain delegation processing (remove the trailing dot in NS) (#2624)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-16 10:56:31 -05:00
Stefan
b8096b7b8a PORKBUN: implement ListZones() (#2622) 2023-11-15 10:28:41 -05:00
Amelia Aronsohn
f2420e5fd4 [DNSimple] Update DNSimple's Default name servers (#2618)
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-02 10:22:27 -04:00
Joachim Schwarm
bf4118a041 INWX: Paginate through Nameserver Records (#2609)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-01 13:34:34 -04:00
Tom Limoncelli
65c47cbfe8 GCLOUD: Remove extra newline (#2611) 2023-11-01 13:20:42 -04:00
cb9491dbe9 DNSMADEEASY: DOCS: Fix provider name from DNS Made Simple to DNS Made Easy (#2607)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-10-31 09:22:44 -04:00
Tom Limoncelli
d6d9944bee AZURE_DNS should abide by 429 (Rate limit) from Azure (#2602) 2023-10-22 15:57:05 -04:00
Tom Limoncelli
c91fe6c1c8 CHORE: Remove diff1 from codebase (#2575) 2023-10-22 13:56:13 -04:00
Costas Drogos
397c2dcc7a INWX: Pull list of zones from zones, not registrar (#2577)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-10-18 10:30:31 -04:00
Tom Limoncelli
c41a975bdb CHORE: Update deps (#2594) 2023-10-13 10:48:15 -04:00
Yuhui Xu
71174551c4 GCORE: fix TXT record double quoting (#2592)
Thanks!
2023-10-13 07:36:36 -04:00
Tom Limoncelli
e7f1872fd5 CSCGLOBAL: Be silent about backoffs less than 10s (#2588) 2023-10-08 11:33:42 -04:00
Patrik Kernstock
4e3f5f31c7 INWX: Support up to 2,147,483,647 domains (old limit was 20) (#2566)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-09-27 09:13:07 -04:00
Tom Limoncelli
c01fb2d40b Update Deps, fix staticcheck and golint warnings (#2558) 2023-09-15 15:30:55 -04:00
Tom Limoncelli
5761028cbe Merge branch 'master' into dhcid 2023-09-14 13:18:10 -04:00
str4d
255e08cff2 PORKBUN: Add registrar support (#2542)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-09-14 13:17:02 -04:00
Florian Ritterhoff
b6e183d4b5 add missing handling of dhcid 2023-09-10 08:09:02 +02:00
Florian Ritterhoff
3e1e7aeb8e fix: correct order for dhcid 2023-09-10 08:09:02 +02:00
Florian Ritterhoff
1c5e038c67 add dhcid type 2023-09-10 08:09:02 +02:00
asn-iac
af91e37043 CLOUDFLAREAPI: Add NAPTR record support (#2548) 2023-09-07 16:31:34 -04:00
imlonghao
c4d5d9bf20 NETLIFY: fix SRV priority and allow apex NS records (#2549)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-09-07 11:03:27 -04:00
Tom Limoncelli
a1c7a26351 MSDNS: Improve PowerShell reliability (#2551) 2023-09-07 10:30:18 -04:00
tomf
c9ce326ae1 MYTHICBEASTS: Add SSHFP record support (#2545)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-09-05 11:27:04 -04:00
Brice Figureau
d8047eb112 OVH: allow native OVH records for DKIM, etc. to be managed (#2535)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-08-29 13:23:04 -04:00
Erik
7e2e3bd4e4 AUTODNS: Added CAA records (#2533)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-08-25 09:26:47 -04:00
tomf
541679386b NEW PROVIDER: Mythic Beasts DNS (#2528)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-08-25 09:24:44 -04:00
Tom Limoncelli
7fc80ac7cc CLOUDFLARE: BUGFIX: Proxy=full not handled in diff2 (#2525)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 12:19:16 -04:00
dkim1970
d93308f54b POWERDNS: Add option to set SOA-EDIT-API when creating zones via the API (#2458)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-08-18 10:50:21 -04:00