Skip to content

Commit

Permalink
New features and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-jedek committed Jul 3, 2024
1 parent 8d619ba commit 72c9d51
Show file tree
Hide file tree
Showing 18 changed files with 2,007 additions and 1,480 deletions.
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
03/Jul/2024
- added support for the Attrleaf naming pattern (underscored domain names) for the SRV and SVCB alias/chain/loop features
- enhanced the `nfz` modifier, added 4 more variants, now it can produce 49 different domain name variants
- deprecated the `manycnames`, `cnamefuzz1`, `cnamefuzz2` and `illcname` features
- added tests for the Attrleaf naming patterns and additional `nfz` variants (total test count: 612)
- various small fixes in polardns.py
- updated the catalogue documentation

04/Jun/2024
- release version 1.3
- enhanced the `nfz` modifier, which can now produce 45 different parametrized domain name variants
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- [Project homepage](/README.md)
- [Catalogue of PolarDNS features and modifiers](/docs/catalogue/Readme.md)
- [General features](/docs/catalogue/general-features.md)
- [Aliases, loops and chains](/docs/catalogue/aliases-loops-and-chains.md)
- [Response modifiers](/docs/catalogue/response-modifiers.md)
- [CNAME fuzzing](/docs/catalogue/cname-fuzzing.md)
- [Bad compression](/docs/catalogue/bad-compression.md)
Expand Down
1 change: 1 addition & 0 deletions docs/catalogue/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PolarDNS catalogue
1. [General features](general-features.md)
1. [Aliases, loops and chains](aliases-loops-and-chains.md)
1. [Response modifiers](response-modifiers.md)
1. [CNAME fuzzing](cname-fuzzing.md)
1. [Bad compression](bad-compression.md)
Expand Down
Loading

0 comments on commit 72c9d51

Please sign in to comment.