Skip to content

v1.3

Compare
Choose a tag to compare
@ivan-jedek ivan-jedek released this 04 Jun 12:08
· 9 commits to main since this release

New features and updates.

Change log:

  • improved the startup module loading logic to be more robust and user-friendly
  • optimized the random number generation everywhere to use the random.getrandbits() which looks to be fastest
  • added the nfz modifier for name fuzzing, which can produce various illegal and malformed domain names
  • 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 tests for all the new features (total test count: 545)
  • updated the catalogue documentation

Full History: v1.2...v1.3