1
0
Fork 0
mirror of https://gitlab.com/niansa/nosni.git synced 2025-03-06 20:53:26 +01:00

Add README.md

This commit is contained in:
niansa 2023-04-22 20:03:46 +00:00
parent 6287e6063a
commit 2d84565d81

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# No SNI
This project demonstrates breaking SNI based website blockages by faking the SNI. It is mostly just a proof-of-concept.
## Building
Just run the `Makefile` and wait for it to finish.
## Usage
Building the project will result in a shared object that can be preloaded to firefox using `LD_PRELOAD`:
LD_PRELOAD="$(pwd)"/libnosni.so firefox
You may accept an "invalid" certificate for some blocked websites to work.