Skip to content

Releases: ValdikSS/GoodbyeDPI

GoodbyeDPI v0.1.0

28 Aug 08:51
Compare
Choose a tag to compare

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

15 Aug 11:29
Compare
Choose a tag to compare
  • 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

15 Aug 05:33
Compare
Choose a tag to compare
  • Block passive DPI packets only with "Connection: close". Fixes #17.

GoodbyeDPI v0.0.7

11 Jun 18:57
Compare
Choose a tag to compare
  • Change TCP Window Size based on SrcPort, not DstPort.

GoodbyeDPI v0.0.6

24 May 21:26
Compare
Choose a tag to compare
  • 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

23 May 10:32
Compare
Choose a tag to compare
  • New option: additional space between Method and Request-URI (enables -s, may break sites)

GoodbyeDPI v0.0.4

20 May 09:30
Compare
Choose a tag to compare
  • Handle only HTTP 302 redirects to another HTTP website for Passive DPI block (fix for #2)

GoodbyeDPI v0.0.3

17 May 21:13
Compare
Choose a tag to compare
  • Fix for mode -4

GoodbyeDPI v0.0.2

17 May 19:06
Compare
Choose a tag to compare
  • Updated icon
  • Proper option parser and options description
  • New modes

GoodbyeDPI v0.0.1

16 May 19:34
Compare
Choose a tag to compare
Initial commit