opkg feed of v2rayA for OpenWrt users
Rev. | Time | Author | Message |
---|---|---|---|
4e2da44 | 2022-04-30 09:01:15 | Tianling Shen | master v2ray-core: bump to 4.45.0 Signed-off-by: Tianling Shen ... |
aced788 | 2022-04-25 13:39:26 | Tianling Shen | v2raya: fix patch path Signed-off-by: Tianling Shen <cns... |
f1e6d6d | 2022-04-25 11:40:23 | Tianling Shen | v2rayA: backport upstream patches Signed-off-by: Tianlin... |
7114ef3 | 2022-04-24 09:47:21 | Tianling Shen | xray-core: Update to 1.5.5 Signed-off-by: Tianling Shen ... |
b4d16cc | 2022-04-24 06:12:53 | Tianling Shen | README: add Simplified Chinese version Signed-off-by: Ti... |
cbaaad4 | 2022-04-23 07:15:26 | Tianling Shen | CI: fix runtime testing for non master branch Signed-off... |
c2d1a4d | 2022-04-22 18:31:11 | Tianling Shen | ca-certificates: fix download url Signed-off-by: Tianlin... |
0ce0242 | 2022-04-22 10:03:05 | Tianling Shen | v2ray-core: rollback to 4.44.0 This reverts commit db08d... |
8856961 | 2022-04-22 10:02:52 | Tianling Shen | CI: use openwrt-21.02 SDK Signed-off-by: Tianling Shen <... |
9cea3ce | 2022-04-21 13:23:32 | Tianling Shen | v2rayA: correct log path Signed-off-by: Tianling Shen <c... |
Name | Rev. | Time | Author |
---|---|---|---|
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 |
Name | Rev. | Time | Author | Message |
---|---|---|---|---|
master | 4e2da44 | 2022-04-30 09:01:15 | Tianling Shen | v2ray-core: bump to 4.45.0 ... |
适用于 OpenWrt 用户的 opkg 软件源。
导入 v2rayA 签名文件
请确认软件包
wget-ssl
已经安装在您的设备上
wget https://osdn.net/projects/v2raya/storage/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
# 国内镜像
# wget https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/v/v2/v2raya/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://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/v/v2/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
更新软件源
opkg update
安装 v2rayA 及其依赖
opkg install v2raya
# 选择一个你喜欢的内核,v2ray 或 Xray
# 如果两个内核被同时安装,默认使用前者
opkg install v2ray-core
# opkg install xray-core
# 可选
# opkg install v2fly-geoip v2fly-geosite
配置 v2rayA
# 详细配置请参见 /etc/config/v2raya
uci set v2raya.config.enabled='1'
uci commit v2raya
启动 v2rayA
/etc/init.d/v2raya start
访问 v2rayA webUI 面板并完成设置
http://openwrt.lan:2017