-
-
Notifications
You must be signed in to change notification settings - Fork 736
How the fragment works and its usage
Normally, when you want to send a request to open sites and apps to the Internet, SNI may be detected by the filtering system. SNI or server name is actually the main destination of the sent packets that we try to keep hidden from the filtering system with different protocols. But many times it can be detected for various reasons, including the use of weak SNI protocols.
Now the fragment breaks the sent packets into pieces. In this case, SNI is sent in several pieces and thus cannot be detected by the filtering system. And
In the picture below, you can see that the request to open www.bbc.com
is filtered, and if this request is sent normally, the desired page will probably be blocked by the filtering system and a fake page will be opened for you.
Now, if this request is sent in several pieces, it can bypass this system and after passing through the filtering system, these pieces will join each other on the server.
The fragment is considered based on the default in the config.
It splits the packets into two pieces and sends them.
It transforms the packets into random chunks,that is, the packets are divided into very small pieces and then sends them.
Just set the fragment setting in the HiddifyN and HiddifyNG application settings in the advanced menu.