Skip to content

Commit

Permalink
Improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Nov 6, 2023
1 parent 60244bb commit 2d8a7dc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## master - CURRENT
### Added
* New method to determine the actual zone name for a given domain. Historically it was an extraction
* New method to determine the actual zone name for a given FQDN. Historically it was an extraction
of the second-level domain given well-known TLDs (eg., `domain.net` for `www.domain.net`) using
`tldextract`, and usage of `--delegated` option to force a given zone name, useful for third-level
domains hosted on a specific zone (eg., sub-zone `sub.domain.net` delegated from zone `domain.net`).
`tldextract`, and usage of `--delegated` option to enforce a specific zone name that is useful for
third-level domains hosted on a specific zone (eg., sub-zone `sub.domain.net` delegated from zone
`domain.net`).
It is now possible to use the `--resolve-zone-name` flag on Lexicon client to trigger an actual
resolution of the zone name from a given domain using live DNS servers, using `dnspython` utilities.
Most of the time this removes the need of `--delegated`, as Lexicon will guess the right zone name.
resolution of the zone name from a given FQDN using live DNS servers by leveraging `dnspython`
utilities. Most of the time this makes `--delegated` useless, since Lexicon will be able to guess
the correct zone name.

## 3.16.1 - 18/10/2023
### Added
Expand Down

0 comments on commit 2d8a7dc

Please sign in to comment.