Releases: ValdikSS/GoodbyeDPI
Releases · ValdikSS/GoodbyeDPI
GoodbyeDPI v0.1.0
This is a bug fix release. Please try this release if you had problems with older versions.
- Remove webdav HTTP methods. They are rarely used and less probably filtered.
- Search for HTTP methods in fragmented packets with Window Size 1 or 2. Fixes #30.
- Handle Host header after User-Agent header in the HTTP packet. Fixes #29.
- Switch to WinDivert 1.2.0 rc MinGW. Fixes program crashes on 32 bit Windows.
GoodbyeDPI v0.0.9
- Print error message if filter initialization fails
- Do not handle traffic from private IP ranges
- Fix issue with Windows Wi-Fi AP
- Move from WinDivert MinGW to WDDM
GoodbyeDPI v0.0.8
- Block passive DPI packets only with "Connection: close". Fixes #17.
GoodbyeDPI v0.0.7
- Change TCP Window Size based on SrcPort, not DstPort.
GoodbyeDPI v0.0.6
- Always check for valid HTTP method before any modifications
- Reimplement -s option to fix unACKed data (fix for nasty bug with POST data #3)
GoodbyeDPI v0.0.5
- New option: additional space between Method and Request-URI (enables -s, may break sites)
GoodbyeDPI v0.0.4
- Handle only HTTP 302 redirects to another HTTP website for Passive DPI block (fix for #2)
GoodbyeDPI v0.0.3
- Fix for mode -4
GoodbyeDPI v0.0.2
- Updated icon
- Proper option parser and options description
- New modes
GoodbyeDPI v0.0.1
Initial commit