GoodbyeDPI v0.2.0
New features:
- Better Auto TTL adjusting algorithm which honors short distance: auto-ttl is now a range, not a fixed decrement value (see e25d743)
- Fake Packet TTL now has upper limit in Auto TTL mode, to fix destinations with slightly bigger TTL increased from standard values
- New
--min-ttl
option which prevents Fake TTL Packet in--set-ttl
mode from being sent if TTL distance is lower than the defined value - New
--allow-no-sni
option. Useful to process the packet with--blacklist
option, when SNI can't be detected for any reason (more info: cc1676a) - Max Payload Size limit option (
--max-payload
) to reduce large download/upload CPU consumption (more info: d7c681d)
This release also has small bug fixes.
-5
and -6
modes now use --max-payload=1200
by default.
Known bugs:
- When
--blacklist
is used, domain names which contain hyphen (-
) are not considered as blocked even if they are in the blacklist.
If--blacklist
is used in combination with--allow-no-sni
, TLS circumvention techniques are applied to all domains with hyphen (even not in blacklist). -5
and-6
modes activate--max-payload
, but it's not mentioned in the help message.