Skip to content

Commit

Permalink
Proxy PT Biznet Gio Nusantara
Browse files Browse the repository at this point in the history
  • Loading branch information
SonzaiEkkusu authored Apr 27, 2024
1 parent fc59390 commit 4878711
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 = ['35.219.50.99'];
const proxyIPs = ['103.150.92.161'];

// 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 4878711

Please sign in to comment.