NoDPI v2.0 (path 2) #55
GVCoder09
announced in
Announcements
Replies: 1 comment
-
|
YouTube in Russia, Rostelecom, was previously available with version v1.9 06a4eda, but then it malfunctioned. I thank you and everyone involved for the work done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Important
Please note that after these changes, some functions may not work as expected. Please report them on the page Issues
--fragment-method {random,sni}. (83e695a)Note
It is based on the SNI position in ClientHello. ClientHello is split into four parts: everything before the SNI, the first and second halves of the SNI, and everything after it.
--domain-matching {loose,strict}; it is now enabled by default. (57c4ad6)Note
Previously, when checking whether a domain was blacklisted, it checked whether the requested name contained at least one string from the blacklist. This resulted in sites like https://www.google.com/ https://googlevideo.com/ and so on being fragmented due to the "google" string in the blacklist. Now, a domain must exactly match one of the blacklisted domains or be a subdomain of it if a parent domain is specified in the list.
2025-10-08 14:16:51 127.0.0.1 CONNECT play.google.com, the log looks like this:2025-10-08 14:16:51 127.0.0.1 CONNECT play.google.com 39 2115(3058451)Important
Now, instead of "--log_err," you must enter "--log-err" i.e., underscores are replaced with minuses.
--verboseparameter is removed as deprecated. (6d36101)Full Changelog: v1.9...v2.0
This discussion was created from the release NoDPI v2.0 (path 2).
Beta Was this translation helpful? Give feedback.
All reactions