- enhanced the `nfz` modifier, which can now produce 45 different parametrized domain name variants
- added tests for the `nfz` name fuzzing modifier (total test count: 545)
- updated the catalogue documentation
03/Jun/2024
- the `schain` feature renamed to `alias` to be consistent with the rest of cn/dn/ht/sv/sr/mx alias features
- the `loop`, `chain` and `alias` features now also support the CNAME/DNAME/HTTPS/SVCB/SRV/MX record types
- added tests for all the new variants (total test count: 438)
- updated the catalogue documentation
31/May/2024
- added the `cnloop`, `cnchain` and `cnalias` features responding with CNAME records
- added the `dnloop`, `dnchain` and `dnalias` features responding with DNAME records
- added the `htloop`, `htchain` and `htalias` features responding with HTTPS records
- added the `svloop`, `svchain` and `svalias` features responding with SVCB records
- added the `srloop`, `srchain` and `sralias` features responding with SRV records
- added the `mxloop`, `mxchain` and `mxalias` features responding with MX records
- added the `nfz` modifier for name fuzzing, which can be utilized in various features
- added tests for all the new features (total test count: 384)
- updated the catalogue documentation
30/May/2024
- optimized the random number generation everywhere to use the random.getrandbits() function which is fastest
29/May/2024
- improved the startup module loading logic to be more robust and user-friendly