You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colorized the contents of the success rate and duration columns in the output table, depending on the values.
Add SafeDNS to the built-in servers list.
Add NextDNS to the built-in servers list.
Changed
Significantly modified the progress bar appearance; instead of a single progress bar, it now shows the progress of each DNS server separately.
Increased the frequency of progress bar updates.
Updated base image of Docker container from rust:1.78.0 to rust:1.81.0
Changed default number of requests to each DNS server from 10 to 25 to make the benchmark more accurate.
Documentation
Added -it arguments to Docker container usage command. Without this arguments, the progress bar will not be displayed and the stdout will be empty until the end of the benchmark.
Fixed broken links on the custom servers file example inside the Docker overview.