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
Introduced a new CSV output format. It can be used by specifying the --format option with the value csv.
Added Surfshark DNS to the built-in servers list.
Added SafeServe to the built-in servers list.
Enhanced numeric command line arguments validation to ensure they are within the specified range.
Added requests timeout value to the summary output.
From this version, the Docker images will be multi-arch. Here is a list of supported architectures: linux/amd64, linux/arm64, linux/arm/v7, linux/386, linux/s390x, linux/ppc64le. Previously, only linux/amd64 was supported.
From this version, the latest Docker image will be available under the latest tag. Previously, only the versioned tag was available.
Minor documentation improvements.
Improved tests coverage.
Changed
Updated base image of Docker container from rust:1.85.0 to rust:1.85.1