diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | dpibreak.1 | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,6 @@ DPIBreak v0.0.1 - Initial release - Filter/fragment TCP packet containing SNI field with nfqueue or WinDivert +DPIBreak v0.0.2 + - Remove unnecessary allocations per packet handling + - Fix: make install fail on Linux release tarball (#4) @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "dpibreak" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "ctrlc", @@ -17,13 +17,13 @@ [package] name = "dpibreak" -version = "0.0.1" +version = "0.0.2" authors = ["Dilluti0n <[email protected]>"] edition = "2024" build = "build.rs" license = "GPL-3.0-or-later" description = "Simple and efficient DPI circumvention tool in Rust." -repository = "https://github.com/dilluti0n/dpibreak" +repository = "https://github.com/dilluti0n/dpibreak.git" homepage = "https://github.com/dilluti0n/dpibreak" @@ -1,4 +1,4 @@ -.TH DPIBREAK 1 "September 2025" "DPIBreak v0.0.1" "User Commands" +.TH DPIBREAK 1 "September 2025" "DPIBreak v0.0.2" "User Commands" .nh .ad l |
