summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG18
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--dpibreak.12
4 files changed, 13 insertions, 11 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 78105f8..d1cf35f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,13 @@
DPIBreak v0.0.1
- - Initial release
- - Filter/fragment TCP packet containing SNI field with nfqueue or WinDivert
+ - 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)
+ - Remove unnecessary allocations per packet handling.
+ - Fix: make install fail on Linux release tarball. (#4)
DPIBreak v0.0.3
- - linux: support nftables backend for default, leaving the existing
- iptables/ip6tables + xt_u32 as a fallback
- - windows: only divert clienthello packet to userspace
- - windows: close windivert handle on termination
+ - linux: support nftables backend for default, leaving the existing iptables/ip6tables + xt_u32 as a fallback.
+ - windows: only divert clienthello packet to userspace.
+ - windows: close windivert handle on termination.
+DPIBreak v0.0.4
+ - linux: add `--nft-command` option to override default nft command.
+ - linux: silence verbose nftables log on start.
diff --git a/Cargo.lock b/Cargo.lock
index f0ede3b..0f2542a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -123,7 +123,7 @@ dependencies = [
[[package]]
name = "dpibreak"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"anyhow",
"ctrlc",
diff --git a/Cargo.toml b/Cargo.toml
index fbca391..551b851 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "dpibreak"
-version = "0.0.3"
+version = "0.0.4"
authors = ["Dilluti0n <[email protected]>"]
edition = "2024"
build = "build.rs"
diff --git a/dpibreak.1 b/dpibreak.1
index 6365c9f..e8cc2d1 100644
--- a/dpibreak.1
+++ b/dpibreak.1
@@ -1,4 +1,4 @@
-.TH DPIBREAK 1 "October 2025" "DPIBreak v0.0.3" "User Commands"
+.TH DPIBREAK 1 "October 2025" "DPIBreak v0.0.4" "User Commands"
.nh
.ad l