Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NiREvil authored Jul 30, 2024
1 parent a3d159c commit 19a7f9f
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 @@ -6,7 +6,7 @@ import { connect } from 'cloudflare:sockets';
let userID = '00dc6dd8-885d-42f6-9c17-2e88bab84360';

//how to Find พร็อกซีไอพีs : https://github.com/NiREvil/vless/blob/main/sub/ProxyIP.md
const พร็อกซีไอพีs = ['ni.radically.pro'];
const พร็อกซีไอพีs = ['bpp.radically.pro'];

// if you want to use ipv6 or single พร็อกซีไอพี, please add comment at this line and remove comment at the next line
let พร็อกซีไอพี = พร็อกซีไอพีs[Math.floor(Math.random() * พร็อกซีไอพีs.length)];
Expand Down

0 comments on commit 19a7f9f

Please sign in to comment.