You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gitea
9929746530
|
3 years ago | |
---|---|---|
.. | ||
.github | 3 years ago | |
files/etc | 3 years ago | |
.gitpod.Dockerfile | 3 years ago | |
.gitpod.yml | 3 years ago | |
Config-mini.in | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
compile.sh | 3 years ago |
README.md
openwrt-v2ray
V2Ray for OpenWrt
OpenWrt/LEDE 上可用的 V2Ray
For luci-app-v2ray, please head to kuoruan/luci-app-v2ray
Install via OPKG
- Add new opkg key:
wget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key
opkg-key add kuoruan-public.key
- Add opkg repository:
echo "src/gz kuoruan_packages http://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \
>> /etc/opkg/customfeeds.conf
Replace
http://
withhttps://
if you like.
- Install package:
opkg update
opkg install v2ray-core
For minimal package:
opkg update
opkg install v2ray-core-mini
- Upgrade package:
opkg update
opkg upgrade v2ray-core
Manual Install
-
Download pre build ipk file from releases
-
Upload file to your router, install it with ssh command.
opkg install v2ray-core*.ipk
Depends:
- ca-certificates
Bin files will install in /usr/bin
.
Custom build
-
Use the latest OpenWrt SDK or with source code in master branch (requires golang modules support, commit openwrt/packages@7dc1f3e and later).
-
Enter root directory of SDK, then download the Makefile:
git clone https://github.com/kuoruan/openwrt-v2ray.git package/v2ray-core
For Chinese users,
export GOPROXY=https://goproxy.io
before build.
Start build:
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
Network ---> Project V ---> <*> v2ray-core
Network ---> Project V ---> <M> v2ray-core-mini
make package/v2ray-core/{clean,compile} V=s
- You can custom the features in
V2Ray Mini Configuration
option.
- UPX Compress
If you want to build with UPX compress, the UPX package is required.
git clone -b master --depth 1 https://github.com/kuoruan/openwrt-upx.git package/openwrt-upx
Uninstall
opkg remove v2ray-core # v2ray-core-mini