V2raya: Difference between revisions
Appearance
创建了v2raya的中文页面 |
Links, Description, Category Networking added. |
||
| Line 1: | Line 1: | ||
[https://github.com/v2rayA/v2rayA V2raya] is a Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel. | |||
[https://www.v2fly.org/en_US/ V2ray] is a and V2raya can be configured by NixOS options. | |||
V2Ray is an open-source network proxy platform, part of Project V, designed to help users build customizable privacy networks over the internet by routing traffic through various protocols like VMess, VLESS, and Shadowsocks. It supports multiple inbound and outbound proxies, advanced routing rules, and obfuscation features to bypass censorship, enhance security, and access restricted content across platforms such as Windows, Linux, and mobile devices. | |||
== Configuration == | |||
<code>services.v2raya.enable</code> <code>= true;</code> | <code>services.v2raya.enable</code> <code>= true;</code> | ||
[[Category:Networking]] | |||
Latest revision as of 13:06, 29 December 2025
V2raya is a Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel.
V2ray is a and V2raya can be configured by NixOS options.
V2Ray is an open-source network proxy platform, part of Project V, designed to help users build customizable privacy networks over the internet by routing traffic through various protocols like VMess, VLESS, and Shadowsocks. It supports multiple inbound and outbound proxies, advanced routing rules, and obfuscation features to bypass censorship, enhance security, and access restricted content across platforms such as Windows, Linux, and mobile devices.
Configuration
services.v2raya.enable = true;