docker compose build
# OR
docker build -t sni-proxy:v1 ./sni.Dockerfile
docker build -t v2rayc:v1 ./v2ray.Dockerfile
- Update
config.json
with your own configuration - Create a suitable docker network for services
- Update
IP
environment variable (in thesni
service section) with your machine's IP address
Note:
SOCKS_IP
andSOCKS_PORT
must match with the V2ray container address and service port
Note:
dnsmasq.conf
file contains Restricted services You can add more if needed
change environment variables in docker-compose.yml
to your desired values, then start the services
docker compose up -d
This project Licensed under MIT License