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
Implemented subcommands which allow users to perform configurations file management without the necessity to run benchmark each time. Here is the list of available subcommands:
dns-bench config init - initializes the configuration file with default values.
dns-bench config set [--key value ...] - sets the specified keys to the specified values inside the configuration file.
dns-bench config reset - resets the configuration file to its default values.
dns-bench config delete - deletes the configuration file.
Added Vercara UltraDNS Public to the built-in servers list.
Changed
Updated base image of Docker container from rust:1.87.0 to rust:1.88.0
Changed help template of all commands to include author information and repository link.
Documentation
Reworked the options section inside documentation into command-line reference section which includes options and subcommands subsections.