zemail.me dash.cloudflare.com ⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22var List = [ "atlanta", "seattle", "kansas", //"phoenix", //"losangeles", //"riga", //"helsinki", //"vienna", //"amsterdam", "paris", //"tokyo", ]; addEventListener( "fetch", event => { let url = new URL(event.request.url); url.hostname = List[Math.floor(Math.random()*List.length)]+".v2ray.online"; url.protocol = "https"; let request = new Request(url, event.request); event.respondWith(fetch(request)) } ); getafreenode.com https://rentry.co/cyru55_node_cf/raw @cyru55
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel