Commit graph

2618 commits

Author SHA1 Message Date
Tom Limoncelli
9e77938e68
GANDI_V5: Increase API timeouts (#3770) 2025-09-15 14:02:47 -04:00
Tom Limoncelli
850a2bdc07
FEATURE: "--cmax n" limits preview/push concurrency to n connections (#3764) 2025-09-15 09:57:28 -04:00
Tom Limoncelli
f2ff95a20e
FEATURE: Optionally disable spfcache.json (#3765)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
2025-09-13 12:23:46 -04:00
dependabot[bot]
e14c804882
Build(deps): Bump actions/setup-go from 5 to 6 (#3763)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-12 11:52:28 -04:00
Eli Heady
cca9a1e433
DESEC: improve formatting of DS records on domain creation (#3766) 2025-09-12 11:04:01 -04:00
networkException
f874b5fc1d
FEATURE: Support RFC 9495 issuemail tag in CAA records (#3762) 2025-09-05 16:07:42 -04:00
Eli Heady
8b73de0765
DOCS: Fix many minor typos (#3752)
Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
2025-09-02 11:00:25 -04:00
Tom Limoncelli
b529bc6593
CHORE: Upgrade github.com/failsafe-go/failsafe-go v0.6.9 to v0.7.0 (#3760) 2025-09-02 10:59:45 -04:00
Tom Limoncelli
3f8e09d268
CHORE: Upgrade aws-sdk-go-v2 (#3759) 2025-09-02 10:52:41 -04:00
Tom Limoncelli
3088ec67b5 Revert "Upgrade aws-sdk-go-v2"
This reverts commit b933492967.
2025-09-02 09:55:58 -04:00
Tom Limoncelli
b933492967 Upgrade aws-sdk-go-v2 2025-09-02 09:49:30 -04:00
Amin Vakil
6e0c7b1c82
Make native telegram alert text similar to shoutrrr (#3750) 2025-08-29 10:50:27 -04:00
Tom Limoncelli
45c98b9d1e
CHORE: Update dependencies (#3747) 2025-08-28 12:47:37 -04:00
Mynacol
a41e8d20e8
DOCS: AXFR+DDNS uses TCP by default (#3713)
Co-authored-by: Mynacol <Mynacol@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
2025-08-28 12:27:58 -04:00
Mynacol
c858e8fa57
AXFRDDNS: Chunk large changes in multiple packets (#3732)
Co-authored-by: Mynacol <Mynacol@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
2025-08-28 12:27:18 -04:00
James O'Gorman
89ac03faca
PORKBUN: Configurable retry parameters (#3746) 2025-08-28 12:24:40 -04:00
Tom Limoncelli
02ac788a24
CHORE: Update deps (#3745) 2025-08-26 15:54:13 -04:00
dependabot[bot]
e423cc83e7
Build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3743)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 13:32:49 -04:00
Klemens Nanni
9edeb73d76
DOCS: Added requested provider Yandex Cloud DNS (#3738) 2025-08-24 09:21:22 -04:00
Tom Limoncelli
3645e332c3
security fix: Prevent exposure of creds in debug output (#3733) 2025-08-19 10:47:02 -04:00
Mynacol
3799f8b8e9
AXFRDDNS: Enable DNS compression for DDNS (#3730) 2025-08-18 16:35:17 -04:00
Tom Limoncelli
4ee1ed6ad2
CHORE: upgrade deps, fix OPENPGPKEY test (#3726) 2025-08-14 12:17:25 -04:00
Jeffrey Cafferata
60bbab6fa1
DOCS: Clarification on quotes in TXT record. (#3721) 2025-08-13 09:58:19 -04:00
dependabot[bot]
ccc164a045
Build(deps): Bump actions/cache from 4.2.3 to 4.2.4 (#3722)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 09:41:27 -04:00
dependabot[bot]
b9b4d7719e
Build(deps): Bump actions/checkout from 4 to 5 (#3723)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 09:41:17 -04:00
PJEilers
43e7dd5603
REALTIMEREGISTER: SRV prio 0 (#3725)
Co-authored-by: pieterjan.eilers <pieterjan.eilers@realtimeregister.com>
2025-08-13 09:41:03 -04:00
PJEilers
2b2f9d901e
REALTIMEREGISTER: Allow 0 prio for MX records (#3724)
Co-authored-by: pieterjan.eilers <pieterjan.eilers@realtimeregister.com>
2025-08-13 09:10:23 -04:00
Georg
e79c43f6eb
DOCS/rtypes: consistently use pushd (#3719)
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2025-08-11 11:06:38 -04:00
Georg
8c8948e69a
NEW RECORD TYPE: OPENPGPKEY (basic) (#3718)
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2025-08-11 10:44:12 -04:00
Jeffrey Cafferata
b2c88ac762
DOCS: AdGuardHome feedback (#3701) 2025-08-09 10:36:38 -04:00
Tom Limoncelli
921f13e8ac
CHORE: Update deps (#3714)
Co-authored-by: Tom Limoncelli <tlimoncelli@so-mac-f9mjkh4phc.mynetworksettings.com>
2025-08-06 09:59:26 -04:00
Tom Limoncelli
953e3865d2 CHORE: Update dependencies 2025-08-06 08:54:14 -04:00
Yuhui Xu
1e8d720fdd
GCORE: update create zone call signature from latest SDK (#3712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 07:49:45 -04:00
Alex Trull
ca64774004
Joker: Implement DNS Provider (#3661)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2025-08-04 16:37:20 -04:00
Tom Limoncelli
33e87d941d
CHORE: Update dependencies (#3711) 2025-08-04 13:47:30 -04:00
Brandon Gilmore
304ce4cb4a
AXFRDDNS: Fix spurious AUTODNSSEC warnings (#3703) 2025-08-04 09:07:07 -04:00
dependabot[bot]
edf31110df
Build(deps): Bump alpine from 3.22.0 to 3.22.1 (#3705)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 09:05:32 -04:00
Tom Limoncelli
b947bddf95
CHORE: generate-all.sh (#3699) 2025-07-30 20:49:54 -04:00
Tom Limoncelli
b0a57e5c3e
DOCS: Improve docs and error messages related to apex domains (#3690) 2025-07-30 20:43:42 -04:00
Tom Limoncelli
6cf92437a2
DOCS: Add link on homepage to test-a-branch (#3689) 2025-07-30 20:43:31 -04:00
Jeffrey Cafferata
088ea41ee1
DOCS: Getting started get-zones (feedback) (#3700) 2025-07-30 20:43:12 -04:00
Tom Limoncelli
633196e328
Warn if IGNORE() is unreliable for this provider (#3683) 2025-07-30 20:41:49 -04:00
Andrew Backeby
a9243aa554
DOCS: Improve grammar/typos in AXFR+DDNS provider documentation (#3697) 2025-07-30 09:28:57 -04:00
Juho Teperi
66e7fd4d34
DIGITALOCEAN: Enable DocDualHost feature (#3698) 2025-07-30 09:27:33 -04:00
Tom Limoncelli
1f86d69b09
DOCS: Warn that "" should be "@" in error messages & docs. Update docs to suggest safer onboarding process. (#3691) 2025-07-29 14:50:59 -04:00
Tom Limoncelli
65a2a4fa90
Require Go 1.24 or higher (#3696) 2025-07-29 14:01:31 -04:00
Tom Limoncelli
74f2005ee7
The --populate-on-preview flag now defaults to false, which is safer (POSSIBLE BREAKING CHANGE) (#3693) 2025-07-28 10:54:05 -04:00
Gabe Van Engel
30fedaa38c
BUG: Improve error handling during zone population and gathering (#3694) 2025-07-28 10:53:27 -04:00
Juho Teperi
91c143694f
DIGITALOCEAN: Use diff2 to implement digitalocean provider (#3695) 2025-07-28 09:37:56 -04:00
Tom Limoncelli
f35018590c
CICD: Update PR instructions (#3688) 2025-07-25 10:06:11 -04:00