gitmyhub

V2ray-for-Doprax

Dockerfile ★ 8.3k updated 3mo ago

The tool can install v2ray on the Doprax, including VMess and VLess protocols, it will automatically switch IP, you need to fork this projects, read readme.md and run it. Create By ifeng.

A ready-to-deploy Docker configuration for running a free V2ray proxy server on Doprax.com, using Nginx and WebSocket over HTTPS to route traffic through a server and bypass network restrictions at no cost.

DockerfileNginxV2raysetup: moderatecomplexity 3/5

This project provides a ready-to-deploy configuration for running V2ray on the free tier of Doprax.com, a cloud hosting platform. V2ray is a proxy tool that routes internet traffic through an intermediary server to bypass network restrictions or access blocked content. The project is primarily documented in Chinese and targets users who want a no-cost way to run such a proxy without managing their own server infrastructure.

The setup uses Nginx as the front-facing web server, with WebSocket connections and either VMess or VLess protocols for the proxy traffic, all wrapped in TLS encryption. The combination is designed to make the proxy traffic look like ordinary HTTPS web traffic from the outside.

Deployment follows a fork-then-import pattern: you fork the repository to your own GitHub account, then import it into Doprax.com. From there, you edit a Dockerfile to replace a placeholder UUID with a newly generated one (the UUID acts as an access credential) and set a custom URL path for the proxy endpoints. Once deployed, you configure a V2ray client application on your own device using the server address and the credentials you set.

The README notes that the service on Doprax is advertised by the platform as having no bandwidth cap and staying running continuously, though it acknowledges speed may be slower compared to other free hosting options. The author asks users not to abuse the service, noting that account bans are the user's own responsibility. Support is via Telegram.

Where it fits