Skip to content

Commit

Permalink
Added a domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub authored Aug 24, 2023
1 parent c66e9da commit 37bd136
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 = ['x.x.x.x'];
const proxyIPs = ['iran.ptechfree.eu.org'];
const proxyPort = 6666;
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];

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

0 comments on commit 37bd136

Please sign in to comment.