v2ray icon indicating copy to clipboard operation
v2ray copied to clipboard

最好用的 V2Ray 一键安装脚本 & 管理脚本

Results 355 v2ray issues
Sort by recently updated
recently updated
newest added

布置好后有一些网站无法正常加载,简单查看后发现部分静态资源在线加载无法完成,提示enable javascript and cookies to continue 请问该如何设置?

● v2ray.service - V2Ray Service Loaded: loaded (/lib/systemd/system/v2ray.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2023-11-06 02:18:14 UTC; 1min 7s ago Docs: https://www.v2fly.org/ Main PID: 1572 (v2ray) Tasks:...

原来的脚本ws可以直接配置无tls模式,新版本实测使用no-auto-tls会存在端口没办法更改的情况,因为部分用户可能会用自己的博客站,开启反向代理路径,来翻墙,tls用的博客的tls,这样弄相当于直接把这条路封死了,实测443端口无法被更改,nginx无法转发请求,但老版本可以这样弄

服务器的 /etc/resolv.conf 文件中的DNS,已经修改为 nameserver 8.8.8.8 nameserver 8.8.4.4 ---------------------------------------------------------------- 在v2ray的配置config.json里,修改如下, "dns": { "servers": [ "https+local://8.8.4.4/dns-query", "8.8.8.8", "8.8.4.4", "localhost" ] }, 但在检测中还是香港的DNS。 ----------------------------------------- 也试过改为这们的, "dns": { "servers": [ "httpsl://8.8.4.4/dns-query", "8.8.8.8", "8.8.4.4", "localhost"...

VMess-WS-TLS无法使用了,昨天还好好的,今天就不行,服务器重装都不行,域名能解析的,可以ping得通

服务器的 /etc/resolv.conf 文件中的DNS,已经修改为 nameserver 8.8.8.8 nameserver 8.8.4.4 在v2ray的配置config.json里,修改如下, "dns": { "servers": [ "https+local://8.8.4.4/dns-query", "8.8.8.8", "8.8.4.4", "localhost" ] }, 但在检测中还是香港的DNS。 也试过改为这们的, "dns": { "servers": [ "https://8.8.4.4/dns-query", "8.8.8.8", "8.8.4.4", "localhost" ] },...

我用的是KCP+DTLS的协议,想问问大家用的是什么协议,有什么区别吗

更新脚本后,Mac客户端v2rayX无法链接,小火箭和v2rayU正常。以前的脚本没问题

[Warning] [3366105061] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://域名/v2ray):...