Skip to content

Tags: arkx82/GoodbyeDPI

Tags

0.1.5

Toggle 0.1.5's commit message
Use newlines for current options information

0.1.5rc3

Toggle 0.1.5rc3's commit message
Skip impostor and loopback packets. Fixes ValdikSS#53.

0.1.5rc2

Toggle 0.1.5rc2's commit message
Enable PIE, High Entropy ASLR and add more warnings to Makefile

0.1.5rc1

Toggle 0.1.5rc1's commit message
Merge branch 'ipv6' into masterv6

0.1.4

Toggle 0.1.4's commit message
Windows Service support.

Program can now be started as a Windows Service. No additional
arguments needed. Refer to `service_install` and `service_remove`
scripts in released zip file.

0.1.3

Toggle 0.1.3's commit message
Implement TCP fragmentation for HTTP Persistent (keep-alive) sessions.

New option `-k` splits HTTP request into two segments, and either
send only the first one (Windows would retransmit the other one
based on ACK number in ACK reply) or both (with `-n` enabled).

This fixes behaviour on some DPI which trace persistent sessions
but do not reassemble packages.

0.1.2

Toggle 0.1.2's commit message
Do not add hostnames less than 4 characters long

0.1.2rc3

Toggle 0.1.2rc3's commit message
Fix incorrect host header memmove()s. Fixes ValdikSS#47

0.1.2rc2

Toggle 0.1.2rc2's commit message
Small fix for dnsredir

0.1.2rc1

Toggle 0.1.2rc1's commit message
Update README.md