Files
nexus/wiki/entities/V2RayA.md
2026-04-27 16:26:34 +08:00

48 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "V2RayA"
type: entity
tags: [vpn, proxy, transparent-proxy, docker, v2ray, open-source]
date: 2026-05-14
---
# V2RayA
## Aliases
- V2RayA
- v2raya
- V2rayA
## Definition
V2RayA 是基于 V2Ray 内核的轻量级透明代理 Web 管理界面,支持通过 Docker 部署在 NAS/服务器环境中,提供可视化的节点管理、分流规则配置和透明代理开关功能。
## Core Capabilities
- **Web UI 管理**:通过浏览器配置代理节点、路由规则和透明代理开关
- **透明代理**:劫持系统出站流量(基于 iptables无需客户端显式配置
- **Traffic Splitting分流**:支持多种分流规则,包括 GFWList、大陆白名单、全局代理等
- **Docker 部署**:官方提供 Docker 镜像 `mzz2017/v2raya`,支持 Host 网络模式
## Key Configuration
| 配置项 | 值 |
|--------|-----|
| Docker 镜像 | `mzz2017/v2raya` |
| 推荐网络模式 | `--network=host` |
| HTTP 代理端口 | 20171默认 |
| Web UI 端口 | 2017 |
| 推荐分流模式 | "大陆白名单Whitelist of Mainland China" |
| 环境变量 | `IPTABLES_MODE=legacy` |
## Related Sources
- [[群晖NAS科学上网方法]] — V2RayA 在群晖 NAS 上的完整安装与 Docker Daemon 代理配置
- [[Ubuntu-Server科学上网]] — V2RayA 在 Ubuntu Server 上的安装
## Related Concepts
- [[透明代理]] — V2RayA 的核心实现机制
- [[分流模式]] — V2RayA 的路由策略
- [[Docker-Daemon-Proxy]] — V2RayA 的替代方案,直接为 Docker 守护进程配置代理
- [[iptables]] — 透明代理依赖的内核防火墙规则
## Related Entities
- [[Synology-DSM]] — V2RayA 的典型部署平台之一
- [[Docker]] — V2RayA 的运行环境和被代理对象
- [[Xray]] — V2Ray 的上游核心V2RayA 基于此运行