Skip to content

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.

Notifications You must be signed in to change notification settings

jepbura/V2ray-with-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2ray for Doprax

Create By ifeng
Web Site: https://www.hicairo.com
Telegram: https://t.me/HiaiFeng

Introduction:

This project is used to deploy V2ray on Doprax.com free service. The solution adopted is Nginx + WebSocket + VMess/VLess + TLS. The speed is slower than Replit, but the official promotion is that there is no traffic limit and the service will never stop after it is started.

Precautions:

  • Please do not abuse, account ban will be at your own risk.
  • If you find that you cannot access the Internet after the deployment is completed, please check whether the domain name is blocked. You can use Cloudflare CDN to solve the problem.
  • Deployment:

    1. Log in to your GitHub account and Fork the project.

    2. Register Doprax.com and log in with your account to import the project.

    For detailed usage plan, please refer to: https://www.hicairo.com/post/55.html

    Instructions:

    1. Server-side configuration

    Please use third-party tools to generate a new UUID. After logging in to Doprax.com, click Main in the left menu, Edit source code on the right side of the window, select the Dockerfile file, edit the UUID and camouflage address information, save it and restart the service.

    # Replace de04add9-5c68-8bab-950c-08cd5320df18 with the newly generated UUID
    ENV UUID de04add9-5c68-8bab-950c-08cd5320df18
    # VMESS_WSPATH / VLESS_WSPATH two constants define the camouflage path of Vmess/VLess respectively.
    # Please modify vmess or vless in the content respectively. Note: The disguised path starts with the / symbol. To avoid unnecessary trouble, please do not use special symbols.
    ENV VMESS_WSPATH /vmess
    ENV VLESS_WSPATH /vless
    

    2. Client configuration

    Node client configuration needs to be done manually. The following takes V2rayN as an example.

    The picture below is a schematic diagram of the VMess configuration. Please modify the label content. The other settings are consistent with those shown in the picture.

    The picture below is a schematic diagram of VLess configuration. Please modify the label content. The other settings are consistent with those shown in the picture.

    Feedback and communication:

    If you encounter any problems during use, please use Telegram to contact me. (https://t.me/HiaiFeng)

    Hi everyone, Doprax pays great attention to user experience. Mr. Hemen and his team have created a Discord service for the Doprax community. If you encounter problems related to the Doprax platform or have some suggestions for the platform during use, please use the following link to contact the official.

    Hello everyone! Doprax pays great attention to user experience. Mr. Hemen and his team have created a Discord service for the Doprax community. If you encounter any problems or have any suggestions related to the Doprax platform during use, please contact the official using the link below.

    https://discord.gg/pFnGwTuXjk

    About

    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.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Dockerfile 68.8%
    • Shell 31.2%