From a54e9e6b55bcb925b8d0312cfd6dd309a18f2901 Mon Sep 17 00:00:00 2001 From: lau1983 <156686274+lau1983@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:53:42 +0800 Subject: [PATCH] index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c92c0c1..270281f 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ import { connect } from 'cloudflare:sockets'; // [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()" let userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4'; -const proxyIPs = ['cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'workers.cloudflare.cyou']; +const proxyIPs = ['cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'workers.cloudflare.cyou','e.laus.us.kg','proxyip.us.fxxk.dedyn.io','proxyip.sg.fxxk.dedyn.io','proxyip.jp.fxxk.dedyn.io','proxyip.hk.fxxk.dedyn.io','proxyip.aliyun.fxxk.dedyn.io','go.jp210.cloudns.org','go.jp999.cloudns.org','go.213.cloudns.org','go.gohk106.cloudns.org']; // if you want to use ipv6 or single proxyIP, please add comment at this line and remove comment at the next line let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];