Giter Club home page Giter Club logo

Comments (4)

yonggekkk avatar yonggekkk commented on July 17, 2024

按项目说明重设下

from cloudflare_vless_trojan.

jiojiojackson avatar jiojiojackson commented on July 17, 2024

可修改Vless_workers_pages文件下的_worker.js文件
1、UUID必须自定义(第7行)

2、如果无法访问CF类网站或者ChatGPT,说明ProxyIP失效,可更换ProxyIP,自定义(第9行)

3、伪装网页默认留空,显示为本地IP信息代码界面,可自定义(第10行)

我已经按照以上项目说明重设了,还是一样。可以帮我看看配置对吗?我复制了worker的前面几行代码
// version base on commit 43fad05dcdae3b723c53c226f8181fc5bd47223e, time is 2023-06-22 15:20:02 UTC.
// @ts-ignore
import { connect } from "cloudflare:sockets";

// How to generate your own UUID:
// [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()"
let userID = "b38e472a-255e-4769-8273-c2a4b97f0a69";

const proxyIPs = ["126.70.175.136"]; //workers.cloudflare.cyou bestproxy.onecf.eu.org cdn-all.xn--b6gac.eu.org cdn.xn--b6gac.eu.org
const cn_hostnames = ["tv.cctv.cn"];

let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];

if (!isValidUUID(userID)) {
throw new Error("uuid is not valid");
}

from cloudflare_vless_trojan.

yonggekkk avatar yonggekkk commented on July 17, 2024

可修改Vless_workers_pages文件下的_worker.js文件 1、UUID必须自定义(第7行)

2、如果无法访问CF类网站或者ChatGPT,说明ProxyIP失效,可更换ProxyIP,自定义(第9行)

3、伪装网页默认留空,显示为本地IP信息代码界面,可自定义(第10行)

我已经按照以上项目说明重设了,还是一样。可以帮我看看配置对吗?我复制了worker的前面几行代码 // version base on commit 43fad05dcdae3b723c53c226f8181fc5bd47223e, time is 2023-06-22 15:20:02 UTC. // @ts-ignore import { connect } from "cloudflare:sockets";

// How to generate your own UUID: // [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()" let userID = "b38e472a-255e-4769-8273-c2a4b97f0a69";

const proxyIPs = ["126.70.175.136"]; //workers.cloudflare.cyou bestproxy.onecf.eu.org cdn-all.xn--b6gac.eu.org cdn.xn--b6gac.eu.org const cn_hostnames = ["tv.cctv.cn"];

let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];

if (!isValidUUID(userID)) { throw new Error("uuid is not valid"); }

已修正,你再重新复制代码试试

from cloudflare_vless_trojan.

jiojiojackson avatar jiojiojackson commented on July 17, 2024

现在可以了.谢谢

from cloudflare_vless_trojan.

Related Issues (20)

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.