Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonzaiEkkusu authored Apr 27, 2024
1 parent a3f52e8 commit 7613bef
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 = 'd342d11e-d424-4583-b36e-524ab1f0afa5';

const proxyIPs = ['160.79.104.74'];
const proxyIPs = ['35.219.7.133'];

// 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)];
Expand Down

0 comments on commit 7613bef

Please sign in to comment.