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-ttloption which prevents Fake TTL Packet in--set-ttlmode from being sent if TTL distance is lower than the defined value - New
--allow-no-snioption. Useful to process the packet with--blacklistoption, 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
--blacklistis used, domain names which contain hyphen (-) are not considered as blocked even if they are in the blacklist.
If--blacklistis used in combination with--allow-no-sni, TLS circumvention techniques are applied to all domains with hyphen (even not in blacklist). -5and-6modes activate--max-payload, but it's not mentioned in the help message.