v2ray-core icon indicating copy to clipboard operation
v2ray-core copied to clipboard

A platform for building proxies to bypass network restrictions (for SagerNet :)

Results 8 v2ray-core issues
Sort by recently updated
recently updated
newest added

[This](https://github.com/llycoris/websocket) websocket repo can support url on WS Path. Like https://someurl/vmess or ws://someurl/Vmess

v2ray-core 5.1.0 lot of new features. can you update sagernet?

在v2ray-core/xray-core/AnXray中, 我总是使用以下配置做国内/国内IP地址分流: ``` { "dns": { "servers": [ { "address": "119.29.29.29", "expectIPs": [ "ext:geoip-only-cn-private.dat:cn" ] }, { "address": "8.8.8.8" }, { "address": "localhost" } ], "disableCache": false, "queryStrategy": "UseIPv4", "disableFallbackIfMatch":...

Hi is there any client in windows OS which we can use the core there? thanks

I observe by the command `netstat -tulpn` that `udp6` connections opened by v2ray using a udp+local DNS keep increasing.

## What version of V2Ray are you using? 5.0.9 ## What's your scenario of using V2Ray? Various tasks via Socks. ## What problems have you encountered? crash on shadowsocks_sing ##...

在实际使用中,如果代理直接从 socks5 inbound 进去的话,可以正常过墙没有问题 但是如果使用 http inbound,dns貌似会出问题(被污染?),只有在 v2ray 中指定 dns 为 1.1.1.1 才能正常工作 用v2fly 的 core 貌似没这个问题

I found that the ping proxy is supported, is there any more detailed documentation or configuration examples? ```json { "ping": { "protocol": "", "gateway4": "", "gateway6": "", "disableIPv6": true }...