index
:
dpibreak.git
master
System-wide DPI circumvention with minimal configuration
Hee-Suk Kim
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 0.1.0
v0.1.0
dilluti0n
2026-01-05
4
-3
/
+6
*
Fix option --fake did not do anything
dilluti0n
2026-01-05
1
-2
/
+8
*
ci: add crates.io publishing and enable rust-cache
dilluti0n
2026-01-05
1
-9
/
+46
*
Update license notice; Happy new year!
dilluti0n
2026-01-05
2
-2
/
+2
*
Bump version to 0.0.7
v0.0.7
dilluti0n
2026-01-04
5
-25
/
+32
*
docs: README.md: describe feature fake
dilluti0n
2026-01-04
2
-6
/
+20
*
docs: explain --fake better on dpibreak.1
hskimse
2026-01-04
1
-3
/
+8
*
windows: include Windows guide and start_fake.bat in dist zip
hskimse
2026-01-04
3
-1
/
+49
*
Normalize option handling and OPT_* naming
dilluti0n
2025-12-30
2
-16
/
+27
*
Merge branch 'feat/desync'
dilluti0n
2025-12-30
6
-47
/
+232
|
\
|
*
Add fake ClientHello injection runtime options
dilluti0n
2025-12-30
4
-3
/
+38
|
*
Consolidate fake ClientHello and split packet logic
dilluti0n
2025-12-30
2
-35
/
+44
|
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
3
-6
/
+43
|
*
Implement fake ClientHello injection with const TTL
dilluti0n
2025-12-30
2
-42
/
+83
|
*
Add dummy tls clienthello packet
dilluti0n
2025-12-30
1
-0
/
+63
|
/
*
linux: extract process execution into `exec_process` helper
dilluti0n
2025-12-29
1
-17
/
+29
*
docs: delete miscopied file
dilluti0n
2025-12-28
1
-123
/
+0
*
docs: clarify DPI/SNI description and link to TLS ClientHello spec
dilluti0n
2025-12-28
1
-5
/
+6
*
docs: add system requirements and sudo path guide for cargo install
dilluti0n
2025-12-28
1
-0
/
+15
*
docs: add instruction for install crates.io release
dilluti0n
2025-12-28
1
-0
/
+7
*
Bump version to 0.0.6
v0.0.6
dilluti0n
2025-12-28
5
-3
/
+128
*
ci: wrap build info in details tag used in release workflow
dilluti0n
2025-12-28
1
-1
/
+4
*
ci: switch nfq dependency to crates.io-compatible nfq-updated
dilluti0n
2025-12-28
2
-25
/
+26
*
ci: add readme metadata on Cargo.toml
dilluti0n
2025-12-28
2
-17
/
+18
*
Bump version to 0.0.5
v0.0.5
dilluti0n
2025-12-22
4
-21
/
+24
*
linux: ignore cleanup errors at startup
dilluti0n
2025-12-22
1
-7
/
+3
*
Add more links to README
dilluti0n
2025-10-29
1
-5
/
+9
*
Add links on README
dilluti0n
2025-10-29
1
-0
/
+33
*
Bump version to 0.0.4
v0.0.4
dilluti0n
2025-10-29
4
-11
/
+13
*
ci: update crates
dilluti0n
2025-10-29
1
-68
/
+99
*
ci: do not print glibc version for musl target
dilluti0n
2025-10-29
1
-6
/
+10
*
Merge branch 'feat/log-nftables'
dilluti0n
2025-10-29
6
-162
/
+73
|
\
|
*
Add --nft-command option to manual
dilluti0n
2025-10-29
2
-0
/
+8
|
*
linux: switch to apply_nft_rules() from nftables-rs for rule setting
dilluti0n
2025-10-29
3
-156
/
+16
|
*
linux: implement apply_nft_rules() to log output sanely
dilluti0n
2025-10-29
1
-0
/
+30
|
*
linux: add option `--nft-command`
dilluti0n
2025-10-29
2
-10
/
+23
|
/
*
Bump version to 0.0.3
v0.0.3
dilluti0n
2025-10-06
4
-3
/
+8
*
docs: update readme
dilluti0n
2025-10-06
1
-13
/
+13
*
windows: avoid ERR_INVALID_NAME when uninstalling WinDivert
dilluti0n
2025-10-06
1
-2
/
+9
*
Move linux-only dependencies on Cargo.toml
dilluti0n
2025-10-06
2
-18
/
+18
*
platform: windows: close handle and uninstall driver sanely
dilluti0n
2025-10-06
1
-9
/
+19
*
platform: windows: only divert clienthello packet to userspace
dilluti0n
2025-10-03
2
-2
/
+4
*
docs: fix typo
dilluti0n
2025-10-03
3
-4
/
+5
*
Merge branch 'feat/nftables'
dilluti0n
2025-10-03
6
-80
/
+439
|
\
|
*
Update manual with nftables support
dilluti0n
2025-10-03
2
-11
/
+22
|
*
platform: linux: filter only TLS ClientHello packets on nftables
dilluti0n
2025-10-03
1
-0
/
+21
|
*
platform: linux: add nftables support with iptables fallback
dilluti0n
2025-10-03
3
-55
/
+356
|
*
platform: linux: split iptables helpers on bootstrap/cleanup
dilluti0n
2025-09-27
1
-14
/
+25
|
*
Refactor packet sending into split_packet_1 helper
dilluti0n
2025-09-15
1
-9
/
+24
*
|
ci: build.ps1: fix distribution path handling in release zip
hskimse
2025-09-12
1
-2
/
+6
|
/
[next]