Skip to content

Commit

Permalink
Revert Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
SonzaiEkkusu authored Apr 27, 2024
1 parent 4878711 commit 231c4b1
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-524ab1f0afa4';

const proxyIPs = ['103.150.92.161'];
const proxyIPs = ['35.219.50.99'];

// 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 231c4b1

Please sign in to comment.