Giter Site home page Giter Site logo

hiifeng / v2ray-for-doprax Goto Github PK

View Code? Open in Web Editor NEW
8.4K 8.4K 23.2K 96 KB

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.

Home Page: https://t.me/HiaiFeng

Dockerfile 70.49% Shell 29.51%
docker doprax v2ray vless vmess

v2ray-for-doprax's Introduction

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 相比较慢,但是官方宣传不限流量,服务启动后永不停机。

注意事项:

  • 请勿滥用,账号封禁风险自负。
  • 部署完成如发现不能上网,请检查域名是否被墙,可使用 Cloudflare CDN 解决。
  • 部署:

    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、客户端配置

    节点客户端配置需要手动进行,下面以 V2rayN 为例。

    下图为 VMess 配置示意图,请修改标示内容,其他设置与图片中显示一致。

    下图为 VLess 配置示意图,请修改标示内容,其他设置与图片中显示一致。

    反馈与交流:

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

    大家好,Doprax 非常关注用户使用体验。Hemen 先生及他的团队,为 Doprax 社区创建了 Discord 服务,如果您在使用过程中,遇到 Doprax 平台的相关问题或对平台有一些建议,请使用如下链接与官方联系。

    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

    v2ray-for-doprax's People

    Contributors

    hiifeng avatar rever67697 avatar rootmelo92118 avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    v2ray-for-doprax's Issues

    Doprax is unstable..

    Hi and thanks for the code.
    Guys is there any other way that we could use your code?
    Like deno deploy is kinda like doprax can you guys make this code available for deno??

    V2ray

    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.

    got stuck on 11/15 (dockerfile)

    在修改好Dockerfile后部署时在11/15出现以下红字:
    failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

    重试了好几次都不行,高手帮忙看看。

    From fe44f353c7af93244d8ab552223ef684da71480e Mon Sep 17 00:00:00 2001 From: liuweihai <[email protected]> Date: Fri, 3 Mar 2023 18:33:20 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd04c89..9255f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root RUN apk update && apk add --no-cache supervisor wget unzip curl # 定义 UUID 及 伪装路径,请自行修改.(注意:伪装路径以 / 符号开始,为避免不必要的麻烦,请不要使用特殊符号.) -ENV UUID de04add9-5c68-8bab-950c-08cd5320df18 +ENV UUID e868f272-c50d-44db-996c-df32c53d2a5c ENV VMESS_WSPATH /vmess ENV VLESS_WSPATH /vless

    The first time

    service: hey
    image: 37s/hey
    servers:

    • 192.168.0.1
    • 192.168.0.2
      registry:
      username: registry-user-name
      password:
      • MRSK_REGISTRY_PASSWORD
        env:
        secret:
      • RAILS_MASTER_KEY

    Time

    DATE=$(date +%Y-%m-%d)
    TIME=$(date +%H:%M)

    old docker???

    this is my error for the past day
    failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

    Process failed.
    maybe docker update??

    TLS

    Unfortunately, in the last two days, the connection with the doprax server is not established and it gives the tls handshake timeout error

    Cloudflare CDN

    Hi @hiifeng , thanks for this great repo
    i want to connect the doprax domain (or custom domain) to cloudflare cdn.
    is it possible? if yes, is there some tutorial to do this?

    problem in doprax

    i get error
    �[91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip �[0m
    The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

    Process failed
    when i try to run my app in doprax

    一个神奇的现象

    使用doprax搭建好v2ray后,ping域名可以ping上,但节点不能用,大概被墙了.
    于是按照hifeng's blog 用cf的pages反代,
    随后v2rayN显示,延迟163ms 但是测速timeout.
    我打开youtube,发现能够流畅观看1080p的视频
    但当我将节点复制到手机时,居然telegram都无法连接
    和pc端云泥之别

    默认配置后,网站证书过期,导致cfpages不能正常运行

    Doprax.com默认域名被墙,使用科技在浏览器打开默认域名可以看到证书已过期。
    尝试配置cfpages反向代理,部署完成后,通过cf反代域名打开报错:
    Invalid SSL certificate , Error code 526
    页面显示报错原因是“源服务器无有效SSL证书“。

    大大能否提供解决办法:
    让Doprax能够正常更新证书?
    或者 让CF能够忽略证书错误?

    error

    when launch in doprax say this error :

    Step 1/16 : FROM nginx:latest

    ---> 9eee96112def

    Step 2/16 : MAINTAINER ifeng https://t.me/HiaiFeng

    ---> Using cache

    ---> 265d9894e91a

    Step 3/16 : EXPOSE 80

    ---> Using cache

    ---> d5346e5d2f74

    Step 4/16 : USER root

    ---> Using cache

    ---> 956412bac544

    Step 5/16 : RUN apt-get update && apt-get install -y supervisor wget unzip

    ---> Running in be2065b5dfab

    Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org'

    Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org'

    Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org'

    Reading package lists...

    �[91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. �[0m

    Reading package lists...

    Building dependency tree...

    Reading state information...

    �[91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip �[0m

    The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

    I got this error on doprax

    Step 5/16 : RUN apt-get update && apt-get install -y supervisor wget unzip

    ---> Running in be2065b5dfab

    Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org'

    Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org'

    Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org'

    Reading package lists...

    [91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. [0m

    Reading package lists...

    Building dependency tree...

    Reading state information...

    [91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip [0m

    The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

    doprax

    failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

    Process failed

    Process failed

    部署到最后一步,运行时提示Process failed

    响应超时

    如教程操作,目标域名已显示网页,但两个方法真延迟均为-1。在几周前仅VMESS可用,现在均不可用。在移动、联通流量下使用。

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.