hiifeng / V2ray-for-Replit

The tool can install v2ray on the repl, including VMess and VLess protocols, it will automatically switch IP, you need to fork this repl, read readme.md and run it. Create By xiaowansm,Modlfy By ifeng.
https://t.me/HiaiFeng
378 stars 566 forks source link

重新生成文件 #1

Closed WilliamK7 closed 1 year ago

WilliamK7 commented 1 year ago

貌似使用doprax保活的话,每次会重新生成url.txt、VLess.png及VMess.png文件

hiifeng commented 1 year ago

打开 main.sh,在 32-35 如下三行代码前面加 # 号,注释掉即可。

qrencode -o VMess.png $vmesslink qrencode -o VLess.png $vlesslink

echo -e "VMess协议链接:\n$vmesslink\n\nVLess协议链接:\n$vlesslink" > url.txt