v1.3
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
andcnalias
features responding with CNAME records - added the
dnloop
,dnchain
anddnalias
features responding with DNAME records - added the
htloop
,htchain
andhtalias
features responding with HTTPS records - added the
svloop
,svchain
andsvalias
features responding with SVCB records - added the
srloop
,srchain
andsralias
features responding with SRV records - added the
mxloop
,mxchain
andmxalias
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