vfarid / v2ray-worker

Total solution for V2Ray over Cloudflare's worker
GNU General Public License v3.0
839 stars 1.12k forks source link

Trojan nodes obtained by subscription dont work properly #65

Closed techiewmvp closed 1 month ago

techiewmvp commented 1 month ago

Trojan node that obtained by subscription dosent work properly,test true connection turns out -1,got log from V2rayN : “proxy/trojan: failed to find an available destination” , so i checked trojan protocol setting ,i find that the path “/” doesnt match with the code ,in the workers.js the code is “path: "trojan-ws/?ed=2048",” change the path “/” to “trojan-ws/?ed=2048” in V2rayN client these Trojan nodes work properly.

vfarid commented 1 month ago

I didnt get your point. both path you wrote are the same. I belive trojan configs have dns issue which should be resolved and it is not related to the path.