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
...
|
*
opt: add option --fake-autottl
dilluti0n
2026-01-23
1
-7
/
+18
|
/
*
scripts: migrate test-url from bash to python to use asyncio
dilluti0n
2026-01-23
2
-42
/
+32
*
linux: refactor rules backend into iptables/nftables modules
dilluti0n
2026-01-23
3
-301
/
+310
*
scripts: add test-url
dilluti0n
2026-01-22
1
-0
/
+52
*
platform: drop pub on internal const
dilluti0n
2026-01-22
1
-2
/
+2
*
docs: WINDOWS_GUIDE.txt: update
dilluti0n
2026-01-20
1
-3
/
+5
*
Bump version to v0.2.2
v0.2.2
dilluti0n
2026-01-18
3
-6
/
+9
*
linux: drop iptables crate (regex dep) to reduce binary size
dilluti0n
2026-01-18
3
-117
/
+78
*
build: enable LTO and panic=abort to reduce binary size
dilluti0n
2026-01-18
1
-0
/
+4
*
docs: README.md: polish the wording
dilluti0n
2026-01-17
1
-4
/
+0
*
docs: README.md: replace manual installation
dilluti0n
2026-01-17
1
-31
/
+14
*
docs: README.md: change cargo link recommendation
dilluti0n
2026-01-17
1
-1
/
+1
*
docs: README.md: add Gentoo GURU instruction
dilluti0n
2026-01-17
1
-1
/
+10
*
Bump version to v0.2.1
v0.2.1
dilluti0n
2026-01-16
3
-2
/
+5
*
opt: change default release log level to Warning as expected
dilluti0n
2026-01-16
1
-1
/
+1
*
pkt: add debug_assertions to prevent cargo warnings
dilluti0n
2026-01-16
1
-1
/
+3
*
Bump version to 0.2.0
v0.2.0
dilluti0n
2026-01-16
4
-5
/
+9
*
opt: deprecate `--loglevel` in favor of `--log-level`
dilluti0n
2026-01-16
3
-5
/
+15
*
opt: set default opts to DEFAULT_* to centralize init & usage output
dilluti0n
2026-01-16
1
-36
/
+46
*
opt: use DEFAULT_LOG_LEVEL in arg parser
dilluti0n
2026-01-16
1
-4
/
+1
*
opt: fix OPT_LOG_LEVEL not initialized panic
dilluti0n
2026-01-16
1
-2
/
+4
*
opt: add comment for OPT_LOG_LEVEL initialize seq
dilluti0n
2026-01-16
1
-0
/
+1
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
5
-269
/
+283
*
Merge branch 'feat/fake-badsum'
dilluti0n
2026-01-16
6
-32
/
+91
|
\
|
*
docs: dpibreak.1: add --fake-badsum on manual
dilluti0n
2026-01-16
2
-16
/
+35
|
*
pkt: support overriding TCP checksum (badsum) in split_packet_0
dilluti0n
2026-01-16
2
-12
/
+38
|
*
windows: do not recalculate tcp checksum when send_to_raw
dilluti0n
2026-01-16
1
-3
/
+3
|
*
windows: add SKIP_BUILD_RS on build.rs
dilluti0n
2026-01-14
1
-1
/
+6
|
*
Add option --fake-badsum
dilluti0n
2026-01-14
2
-0
/
+9
*
|
docs: README.md: add Download WinDivert instruction
dilluti0n
2026-01-14
1
-1
/
+8
|
/
*
docs: README.md: remove disclaimer and ref GPL "AS IS" warranty
dilluti0n
2026-01-13
1
-4
/
+4
*
windows: add @ to comments so it is not echoed on startup
dilluti0n
2026-01-13
1
-5
/
+4
*
docs: CHANGELOG: add v0.1.1 changelog
dilluti0n
2026-01-12
1
-0
/
+2
*
docs: README.md: fix release build instruction
dilluti0n
2026-01-12
1
-5
/
+2
*
docs: README.md: move #To-produce-release-zip/tarball down
dilluti0n
2026-01-12
1
-14
/
+12
*
Bump version to 0.1.1
v0.1.1
dilluti0n
2026-01-12
2
-22
/
+22
*
ci: fix tab to space (yaml does not allow tab)
dilluti0n
2026-01-12
1
-1
/
+1
*
windows: simplify start_fake.bat
hskimse
2026-01-12
1
-29
/
+4
*
docs: README.md: add release zip/tarball build instructions
hskimse
2026-01-12
1
-0
/
+14
*
docs: README.md: fix typo
hskimse
2026-01-12
1
-4
/
+2
*
docs: README.md: move disclaimer to github caution format
dilluti0n
2026-01-05
1
-5
/
+7
*
docs: README.md: move Reporting issues section to manual
dilluti0n
2026-01-05
1
-21
/
+4
*
ci: add newline between Downloads section and autogen
dilluti0n
2026-01-05
2
-2
/
+3
*
docs: README.md: add thanks
dilluti0n
2026-01-05
1
-3
/
+5
*
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
[prev]
[next]