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

fly3210/V2ray-for-Doprax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2ray for Doprax

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

简介:

本项目用于在 Doprax.com 免费服务上部署 V2ray ,采用的方案为 Nginx + WebSocket + VMess/VLess + TLS。速度与 Replit 相比较慢,但是官方宣传不限流量,服务启动后永不停机。

注意事项:

请勿滥用,账号封禁风险自负。

部署:

1、登录自己的 GitHub 账号后 Fork 该项目。

2、注册 Doprax.com 账号登录后 Import 该项目。

详细使用方案请参考:https://www.hicairo.com/post/55.html

使用方法:

1、服务器端配置

请使用 第三方工具 生成一个新的 UUID 。在 Doprax.com 登录后依次点击左侧菜单中的 Main ,窗口右侧的 Edit source code ,选择 Dockerfile 文件,编辑 UUID 及伪装地址信息保存后重启服务。

# 用新生成的 UUID 替换 de04add9-5c68-8bab-950c-08cd5320df18
ENV UUID de04add9-5c68-8bab-950c-08cd5320df18
# VMESS_WSPATH / VLESS_WSPATH 两个常量分别定义了 Vmess/VLess 的伪装路径,
# 请分别修改内容中的vmess或vless。注意:伪装路径前无需加  /
ENV VMESS_WSPATH vmess
ENV VLESS_WSPATH vless

2、客户端配置

点击顶部的"Run"按钮后,左侧Files菜单中,程序自动创建url.txt文件,该文件包含VMess和VLess协议的链接地址,在客户端软件中导入即可。

同时,程序自动创建了VLess.png和VMess.png文件,分别是VLess和VMess协议的二维码,使用手机扫描即可添加节点。

更换节点中的UUID(用户ID):

1、点击左侧Tools菜单中的Shell按钮,打开Shell窗口,运行create_UUID.sh脚本,程序会在左侧Files菜单中,创建uuid.txt文件,该文件中包含有新生成的UUID。

2、重启应用后生效,同时新生成的节点链接包含在url.txt文件中。

3、也可以使用第三方工具( https://www.v2fly.org/awesome/tools.html )生成UUID,然后手动打开uuid.txt文件,替换文件中的内容。

特别提醒:

服务启动,copy节点信息后,请手动删除url.txt、uuid.txt、VLess.png及VMess.png文件。否则,你的节点任何人都可以使用。

反馈与交流:

在使用过程中,如果遇到问题,请使用Telegram与我联系。( https://t.me/HiaiFeng

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 79.9%
  • Shell 20.1%