Skip to content

Commit

Permalink
Merge branch 'uoosef:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanTech authored Aug 30, 2023
2 parents 487202b + 46a0f35 commit 6aac38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// @ts-ignore
import { connect } from 'cloudflare:sockets';

const proxyIPs = ['iran.ptechfree.eu.org'];
const proxyIPs = ['relay1.bepass.org', 'relay2.bepass.org'];
const proxyPort = 6666;
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];

Expand Down Expand Up @@ -1720,4 +1720,4 @@ export function displayIP(addr) {
} catch (err) {
return ''; //invalid IP address
}
}
}

0 comments on commit 6aac38a

Please sign in to comment.