opkg feed of v2rayA for OpenWrt users
Rev. | 时间 | 作者 | Message |
---|---|---|---|
ccfcc6d | 2023-01-18 19:22:47 | Tianling Shen | master v2ray-core: bump to 5.2.1 Signed-off-by: Tianling Shen <... |
4a3ae27 | 2023-01-08 12:05:13 | Tianling Shen | xray-core: Update to 1.7.2 Signed-off-by: Tianling Shen ... |
3ba4f4a | 2022-12-27 12:58:20 | Tianling Shen | xray-core: Update to 1.7.0 Signed-off-by: Tianling Shen ... |
ae934c6 | 2022-12-27 12:48:14 | Tianling Shen | v2ray-core: Update to 5.2.0 Signed-off-by: Tianling Shen... |
3f737d4 | 2022-12-27 12:47:44 | Tianling Shen | v2fly-geodata: Update to latest version Signed-off-by: T... |
6b32fed | 2022-12-24 12:15:32 | Tianling Shen | README: add jp&us mirrors Signed-off-by: Tianling Shen <... |
e38fbf9 | 2022-12-24 12:10:29 | Tianling Shen | v2raya2: Update to 2.0.1 Signed-off-by: Tianling Shen <c... |
217ae82 | 2022-12-24 12:09:09 | Tianling Shen | xray-core: Update to 1.6.6-2 Signed-off-by: Tianling She... |
a8ac30d | 2022-12-24 12:08:37 | Tianling Shen | CI: skip luci tests Signed-off-by: Tianling Shen <cnsztl... |
2e3b5d3 | 2022-12-13 11:25:43 | Tianling Shen | Revert "xray-core: Update to 1.6.6" Upstream invoked thi... |
名称 | Rev. | 时间 | 作者 |
---|---|---|---|
xray-1.5.4 | f8e7991 | 2022-03-13 17:12:00 | Tianling Shen |
v2raya-1.5.6.2 | f83da80 | 2022-02-04 20:05:21 | Tianling Shen |
xray-1.5.2 | b366795 | 2021-12-25 00:23:14 | Tianling Shen |
xray-1.5.1 | 539431e | 2021-12-19 05:24:03 | Tianling Shen |
名称 | Rev. | 时间 | 作者 | Message |
---|---|---|---|---|
master | ccfcc6d | 2023-01-18 19:22:47 | Tianling Shen | v2ray-core: bump to 5.2.1 ... |
适用于 OpenWrt 用户的 v2rayA opkg 软件源。
导入 v2rayA 签名文件
请确认软件包
wget-ssl
已经正确地安装在您的设备上
wget https://osdn.net/projects/v2raya/storage/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
添加 v2rayA 软件源
echo "src/gz v2raya https://osdn.net/projects/v2raya/storage/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
# 日本镜像
# echo "src/gz v2raya https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
# 美国镜像
# echo "src/gz v2raya https://mirrors.gigenet.com/OSDN/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
更新软件源
opkg update
安装 v2rayA 及其依赖
# 使用 Xray 内核:
opkg install v2raya
# 使用 v2ray 内核:
opkg install v2raya2
# 注:不可同时安装 v2raya 和 v2raya2。
# 由于 v2ray 内核的透明代理支持欠佳,目前更推荐使用 Xray 内核。
# 可选
# opkg install v2fly-geoip v2fly-geosite
方法一:通过 LuCI 界面配置(仅适用于 OpenWrt 21.02 或更高版本)
安装 LuCI app
opkg install luci-app-v2raya luci-i18n-v2raya-zh-cn
访问 http://<your_router_ip>/cgi-bin/luci/admin/services/v2raya
并完成配置。
方法二:通过命令行配置
配置 v2rayA
# 详细配置请参见 /etc/config/v2raya
uci set v2raya.config.enabled='1'
uci commit v2raya
启动 v2rayA
/etc/init.d/v2raya start
访问 v2rayA webUI 面板并完成设置
http://<your_router_ip>:2017