GoodbyeDPI Versions Save

GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows)

0.1.4

6 years ago
  • New feature: Windows Service support
  • Bugfix: Apply HTTP Persistent fragmentation only for sufficiently large packets
  • Minor bug fixes

0.1.3

6 years ago
  • New TCP-level fragmentation for persistent (keep-alive) HTTP sessions. This fixes behaviour on some DPI which trace persistent sessions but do not reassemble packets.

0.1.2

6 years ago
  • Blacklist feature. Blacklist file and blacklist updater are included in the archive.
  • Cmd scripts for most common use cases in Russia and the rest of the world.

0.1.2rc3

6 years ago

This is beta version Scroll down for latest release.

  • Fix wrong memmove()s for Host header

0.1.2rc2

6 years ago

This is beta version Scroll down for latest release.

  • Flush DNS cache if --dns-addr is used
  • Parse DNS packet only when DNS redirection is enabled
  • Several small fixes of DNS-related code

0.1.2rc1

6 years ago

This is beta version Scroll down for latest release.

  • New feature: mix HTTP Host header value case (test.com -> tEsT.cOm)
  • New option "-w": try to find and parse HTTP traffic on all processed ports (not only on port 80)
  • New feature: additional processed TCP ports
  • New experimental feature: UDP DNS redirection

0.1.1

6 years ago
  • Calculate checksums even there's no packet modifications.

This version should now work without any issues.

0.1.0

6 years ago

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.

0.0.9

6 years ago
  • 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

0.0.8

6 years ago
  • Block passive DPI packets only with "Connection: close". Fixes #17.