SNI Proxy using NGINX and dnsmasq.
- Clone the project
git clone https://github.com/vayzur/sniper.git
cd sniper/- Make and configure
.env
cp .env.example .env
vim .env- Make domains list (Must be named
domains.lst) or use a prebuilt list
vim domains.lst- Deploy
docker compose up --build -d