issues
search
cleanbrowsing
/
dnsperftest
DNS Performance test
Other
2.33k
stars
279
forks
source link
major changes for compatibility and usability
#77
Open
michealespinola
opened
1 year ago
michealespinola
commented
1 year ago
Removed
bc
requirement and use
awk
instead, for systems that do not have
bc
for integer maths
Revamp how arrays are built and sanitized
Automatically detect and test against self-hosted DNS (checks for port 53 use and adds 127.0.0.1 to the nameserver list)
Auto-number resolv.conf nameservers to distinguish listings
Revamp internal DNS Provider and Domains 2 Test lists, compensating for bad entries and adding the ability to add comments lines
Modify logging to be as compact as reasonably possible. Providers column is now dynamically sized
Display corresponding Domains 2 Test list at end so we know which tests were to what
bc
requirement and useawk
instead, for systems that do not havebc
for integer maths