mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-30 01:34:08 +00:00
A GUI client for Windows and Linux, support Xray core and v2fly core and others
Add a lightweight command-line interface project (v2rayN.Bridge) that exposes v2rayN's ServiceLib configuration parsing and generation capabilities to external scripts and tools. Features: - Parse share links to JSON (`to-json` command) - Batch-parse subscription content (`parse-sub` command) - Convert server profiles back to share URIs (`to-uri` command) - Self-contained single-file binary deployment Includes: - Program.cs with CLI command handling - Project file targeting .NET 10.0 with ServiceLib reference - Comprehensive README with build instructions and Python integration example - Solution file updates adding the new project and x64/x86 platform configurations |
||
|---|---|---|
| .github | ||
| v2rayN | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| package-debian.sh | ||
| package-osx.sh | ||
| package-rhel-riscv.sh | ||
| package-rhel.sh | ||
| README.md | ||