Skip to content

Commit e62e778

Browse files
committed
bump version
1 parent 1576d51 commit e62e778

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudflare-speed-cli"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
edition = "2021"
55
authors = ["kavehtehrani <codemonkey13x@gmail.com>"]
66
description = "CLI tool for Cloudflare speed testing with TUI interface"

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@ A CLI tool that displays network speed test results from Cloudflare's speed test
1818

1919
## Features
2020

21-
- **Speed Tests**: Measures download/upload throughput, idle latency, and loaded latency
21+
- **Speed Tests**: Download/upload throughput, idle latency, and loaded latency
22+
- **Diagnostics**: DNS resolution and TLS handshake timing run alongside every test
23+
- **UDP Quality**: Packet loss, jitter, and MOS-style link scoring
24+
- **IPv4 vs IPv6**: Optional side-by-side comparison (`--compare-ip-versions`)
25+
- **Traceroute**: Optional ICMP traceroute to the Cloudflare edge (`--traceroute`)
26+
- **Proxy Support**: Route through HTTP, HTTPS, or SOCKS5 proxies (`--proxy`)
27+
- **TLS Trust**: Loads OS truststore; supply a private CA with `--certificate`
28+
- **Interface Binding**: Bind to a specific network interface or source IP
2229
- **Interactive TUI**: Real-time charts and statistics
2330
- **History**: View and manage past test results
24-
- **Export**: Save results as JSON
25-
- **Text/JSON Modes**: Headless operation for scripting
26-
- **Interface Binding**: Bind to specific network interface or source IP
31+
- **Export**: Save results as JSON or CSV; headless text/JSON modes for scripting
32+
33+
run with `--help` to see full list of features
2734

2835
## Installation
2936

0 commit comments

Comments
 (0)