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

21 Commits

Author SHA1 Message Date
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
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
Tom Limoncelli
367c83a3f5 LOC: Refine which providers support it (#2185) 2023-03-16 19:59:44 -04:00
Paul Dee
3b6591fd95 NEW FEATURE: Support DNS LOC record type (#2174) 2023-03-16 14:04:20 -04:00
Tom Limoncelli
169d7c8062 CHORE: linting (#2098) 2023-02-27 20:28:17 -05:00
Yannik Sembritzki
5e06c249d6 Rename DomainCreator to the more accurate ZoneCreator (#2038)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-02-07 07:22:49 -05:00
Yannik Sembritzki
e8ae619f89 HOSTINGDE: Remove dnssec key from domain upon autodnssec disable (#2055)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
2023-02-07 07:09:18 -05:00
Yannik Sembritzki
222666414a HOSTINGDE: Implement SOA record (fixes #1972) (#2023)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
2023-02-06 09:04:31 -05:00
Yannik Sembritzki
bbabf66113 HOSTINGDE: Fix dnssec error resulting from non-go-conformant comparison of three values (#2036)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-31 22:12:54 -05:00
Yannik Sembritzki
7f16c9ca6d HOSTINGDE: Implement subaccount filtering feature (fixes #1974) (#2025)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-31 11:03:29 -05:00
Yannik Sembritzki
83299e178e HOSTINGDE: Implement AutoDNSSEC (#2022)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
2023-01-31 11:02:32 -05:00
Yannik Sembritzki
1073e04577 HOSTINGDE: Implement ListZones (fixes #1975) (#2019)
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-31 10:22:54 -05:00
Tom Limoncelli
f4388dd6ad CHORE: Fix broken merge (#1957) 2023-01-19 16:41:17 -05:00
Tom Limoncelli
8c8d08b72f HOSTINGDE: Adopt diff2 in compatibility mode (#1890) 2023-01-19 13:04:09 -05:00
Julius Rickert
83b4a301dc HOSTINGDE: Add simple exponential back-off retry (#1937)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-01-17 11:47:49 -05:00
Tom Limoncelli
b0f2945510 REFACTOR: Add diff2 enable flag to all DNS providers (#1851)
This should enable the diff2 code to be inserted with good "git blame" results for new code.  I'm adding this early to catch any problems early.
2022-12-11 15:02:58 -05:00
Jed Fox
cc2fb89b00 DOCS: Remove Cannot() records for Azure and R53 ALIAS records (#1827)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-12-02 09:21:37 -05:00
Julius Rickert
d5665ceaf6 Documentation: Customizing nameservers for hosting.de provider (#1396)
* Add support for default nameservers

Uses provider metadata with default_ns key.

Fixes #1401.

* Fix formatting

* Add documentation on custom nameservers

* Rework hosting.de documentation

Separate usage with hosting.de and usage with compatible providers.

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-02-22 10:54:02 -05:00
Tom Limoncelli
8d139d182f gofmt all (#1144) 2021-05-04 14:15:31 -04:00
Tom Limoncelli
e69e6f27e4 Linting (#1087)
* fix linting
* rename AuditRecordsor to RecordAuditor
* gandi_v5 to gandiv5
2021-03-08 20:14:30 -05:00
Julius Rickert
c883c1ac68 New provider and new registrar: hosting.de (#1041)
* Add http.net provider

* Rename httpnetProvider

* Add SSHFP capability

* Add paging for records

* Sort documentation notes alphabetically

* Add custom base URL

* Extend documentation for custom base URL

* - renamed to hosting.de
- Fix EnsureDomainExists
- GetNameservers read from NS Records

* Replaced http.net with hosting.de
Contributor Support from hosting.de

* baseURL for hosting.de in documentation
replaced %v with %w for errors
special handling for txt records using .TxtStrings

* removed last references to rc.Target
fixed Trim of last dot

* Re-engineer TXT records for simplicity and better compliance (#1063)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
Co-authored-by: Oliver Dick <o.dick@hosting.de>
Co-authored-by: Oliver Dick <31733320+membero@users.noreply.github.com>
2021-03-08 19:25:55 -05:00