Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cerdasbarus authored Feb 27, 2024
1 parent 9e9c180 commit a97e091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { connect } from 'cloudflare:sockets';
// [Windows] Press "Win + R", input cmd and run: Powershell -NoExit -Command "[guid]::NewGuid()"
let userID = '1622f5d6-a8ce-4f88-a71f-a668ba7dce85';

const proxyIPs = ['23.162.136.169', 'cdn.xn--b6gac.eu.org', 'cdn-all.xn--b6gac.eu.org', 'edgetunnel.anycast.eu.org'];
const proxyIPs = ['15.235.167.49'];

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

Expand Down

0 comments on commit a97e091

Please sign in to comment.