This project leverages the powerful capabilities of V2Ray to help users bypass Deep Packet Inspection (DPI) and enhance their online privacy and freedom.
- Introduction
- Features
- Installation Guide
- Running the Project with Docker
- Configuration
- References
- License
DPI (Deep Packet Inspection) is a technology used by ISPs and network administrators to monitor and control internet traffic. This project aims to provide a simple mechanism to circumvent such restrictions using V2Ray, a versatile network tunneling tool.
- Bypass DPI restrictions
- Enhanced privacy and security
- Easy to configure and deploy
- Docker support for simplified setup
To get started with this project, you need to have Docker and Docker Compose installed on your machine.
-
Clone this repository
-
Create a
config.json
file in thedeploy/docker
directory. You can use the providedexample-config.json
as a reference to fill in your V2Ray configuration. -
Adjust the
docker-compose.yaml
file if necessary to suit your specific requirements. -
Start the Docker container:
docker-compose up -d
- Your NoDPI server should now be running! You can check the logs to ensure everything is functioning correctly:
docker-compose logs -f
- Use V2Ray client to connect to the server.
List of UI clients from the V2Ray website:
Make sure to configure your config.json file according to your needs. The V2Ray project provides extensive documentation on how to set up various configurations. You can refer to the V2Ray documentation for more details.
For more information about V2Ray, please visit the official V2Ray GitHub repository: V2Ray Project.