x

Use V2rayN (V2ray Client) to Protect Your Online Privacy & Bypass Internet Censorship – 51 Security

Use V2rayN (V2ray Client) to Protect Your Online Privacy & Bypass Internet Censorship – 51 Security

// <!–GAMFC–>version base on commit 5a112a0a0994b8bb834427ac84133501407f6413, time is 2024-10-11 04:49:19 UTC<!–GAMFC-END–>.// @ts-ignoreimport { connect } from ‘cloudflare:sockets’;// How to generate your own UUID:// [Windows] Press “Win + R”, input cmd and run:  Powershell -NoExit -Command “https://www.51sec.org/?p=5022::NewGuid()”let userID = ‘d342d11e-d424-4583-b36e-524ab1f0afa4’;let proxyIP = ”;if (!isValidUUID(userID)) { throw new Error(‘uuid is not valid’);}export default { /** * @param … Read more