blob: 78105f8e3f11e7e37941c4c45dcbe12cd77f4192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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)
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
|