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

SM8KE1/V2ray-for-Doprax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2ray for Doprax

#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.
  • #deploy:

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

    2. Registration

    Doprax.com Log in and 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 Vmess/VLess respectively.
    
    camouflage path,
    
    #Please modify vmess or vless in the content respectively. Note: The camouflage path starts with the / symbol.
    
    Necessary 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 VMess configuration. Please modify the label content. 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. Other settings are consistent with those shown in the picture.

    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.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Dockerfile 70.5%
    • Shell 29.5%