diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,11 +2,12 @@  Simple and efficient tool for circumventing [Deep Packet Inspection -(DPI)](https://en.wikipedia.org/wiki/Deep_packet_inspection), -especially on HTTPS connections. It fragments the TCP packet carrying -the [TLS](https://en.wikipedia.org/wiki/Transport_Layer_Security) -ClientHello so that certain DPI devices cannot extract the [Server -Name Indication +(DPI)](https://en.wikipedia.org/wiki/Deep_packet_inspection) on HTTPS +connections. It fragments the +[TCP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) +packet carrying the [TLS +ClientHello](https://www.rfc-editor.org/rfc/rfc8446.html#section-4.1.2) +so that certain DPI devices cannot extract the [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication) field and identify the destination site. |
