Skip to content

Releases: ValdikSS/GoodbyeDPI

GoodbyeDPI v0.1.5rc3

24 Jul 12:52
Compare
Choose a tag to compare
GoodbyeDPI v0.1.5rc3 Pre-release
Pre-release

This is third release candidate of v0.1.5

  • Bugfix: skip loopback and impostor packets injected by other WFP software. Fixes Malwarebytes Web Protection and GoodbyeDPI DNS redirection incompatibility (#53).

GoodbyeDPI v0.1.5rc2

19 Jul 18:35
Compare
Choose a tag to compare
GoodbyeDPI v0.1.5rc2 Pre-release
Pre-release

This is second release candidate of v0.1.5

  • Bugfix: -f and -e options could not be used if any preset is enabled
  • Bugfix: Enable PIE, High Entropy ASLR and add more warnings to Makefile
  • Bugfix: Correctly handle WoW64 in .cmd scripts (fixes #61)
  • Misc: WinDivert 1.4 support
  • Misc: Executables are now digitally signed

GoodbyeDPI v0.1.5rc1

16 Feb 20:45
Compare
Choose a tag to compare
GoodbyeDPI v0.1.5rc1 Pre-release
Pre-release

This is first release candidate of v0.1.5

  • New feature: IPv6 filtering support
  • New feature: IPv6 dns redirection (--dnsv6-addr and --dnsv6-port)
  • New feature: Custom IP ID filtering (--ip-id)
  • Bugfix: Make sure to search DLLs only in safe path, not in current working dir
  • Bugfix: Fix crash on error (free→LocalFree)
  • Information message: Print KB3033929 message with scary notification
  • Bugfix: Minor service fixes
  • Bugfix: Fix build with -DDEBUG

GoodbyeDPI v0.1.4

20 Dec 14:57
Compare
Choose a tag to compare
  • New feature: Windows Service support
  • Bugfix: Apply HTTP Persistent fragmentation only for sufficiently large packets
  • Minor bug fixes

GoodbyeDPI v0.1.3

19 Dec 23:22
Compare
Choose a tag to compare
  • 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.

GoodbyeDPI v0.1.2

16 Dec 22:52
Compare
Choose a tag to compare
  • 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.

GoodbyeDPI v0.1.2rc3

12 Dec 22:49
Compare
Choose a tag to compare
GoodbyeDPI v0.1.2rc3 Pre-release
Pre-release

This is beta version
Scroll down for latest release.

  • Fix wrong memmove()s for Host header

GoodbyeDPI v0.1.2rc2

10 Dec 17:49
Compare
Choose a tag to compare
GoodbyeDPI v0.1.2rc2 Pre-release
Pre-release

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

GoodbyeDPI v0.1.2rc1

06 Dec 00:29
Compare
Choose a tag to compare
GoodbyeDPI v0.1.2rc1 Pre-release
Pre-release

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

GoodbyeDPI v0.1.1

07 Sep 14:36
Compare
Choose a tag to compare
  • Calculate checksums even there's no packet modifications.

This version should now work without any issues.