Forked from amanjuman/Install V2Ray Client on OpenWRT and Configure Vmess
Last active
October 30, 2023 16:15
-
-
Save p0rsche/7a99fc8049f1eb10317d6e59d4918610 to your computer and use it in GitHub Desktop.
Revisions
-
p0rsche revised this gist
Oct 30, 2023 . 1 changed file with 3 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,14 +22,11 @@ echo "src/gz kuoruan_universal https://openwrt.kuoruan.net/packages/releases/all ## Update opkg opkg update ## Download Luci App V2Ray wget -O luci-app-v2ray_2.0.0-1_all.ipk https://github.com/kuoruan/luci-app-v2ray/releases/download/v2.0.0-1/luci-app-v2ray_2.0.0-1_all.ipk ## Remove DNSMasq opkg remove dnsmasq ## Install Luci App V2Ray Manually opkg install luci-app-v2ray_*.ipk -
amanjuman revised this gist
Sep 17, 2023 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,8 +15,9 @@ wget -O kuoruan-public.key https://openwrt.kuoruan.net/packages/public.key opkg-key add kuoruan-public.key ## Add Repo to Source List echo "src/gz kuoruan_packages https://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" >> /etc/opkg/customfeeds.conf echo "src/gz kuoruan_universal https://openwrt.kuoruan.net/packages/releases/all" >> /etc/opkg/customfeeds.conf ## Update opkg opkg update @@ -25,10 +26,10 @@ opkg update opkg remove dnsmasq ## Install V2Ray Mini Version opkg install luci-app-v2ray v2ray-core-mini ## Download Luci App V2Ray wget -O luci-app-v2ray_1.5.6_all.ipk https://github.com/kuoruan/luci-app-v2ray/releases/download/v1.5.6-1/luci-app-v2ray_1.5.6_all.ipk ## Install Luci App V2Ray Manually opkg install luci-app-v2ray_*.ipk -
amanjuman revised this gist
Jul 23, 2023 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ ### The original Author of this package had enabled CloudFlare JS verification. As a result, this automated script will not work. ### Therefore you have to download each package and install it manually. ## Change Directory cd /tmp/ @@ -8,11 +11,11 @@ opkg update opkg install wget ca-certificates ca-bundle ## Download and Add Repo Key wget -O kuoruan-public.key https://openwrt.kuoruan.net/packages/public.key opkg-key add kuoruan-public.key ## Add Repo to Source List echo "src/gz kuoruan_packages https://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \ >> /etc/opkg/customfeeds.conf ## Update opkg -
amanjuman created this gist
Sep 19, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ ## Change Directory cd /tmp/ ## Update opkg opkg update ## If wget not installed already opkg install wget ca-certificates ca-bundle ## Download and Add Repo Key wget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key opkg-key add kuoruan-public.key ## Add Repo to Source List echo "src/gz kuoruan_packages http://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \ >> /etc/opkg/customfeeds.conf ## Update opkg opkg update ## Remove DNSMasq opkg remove dnsmasq ## Install V2Ray Mini Version opkg install v2ray-core-mini ## Download Luci App V2Ray wget -O luci-app-v2ray_1.5.6_all.ipk https://github.com/kuoruan/luci-app-v2ray/releases/download/v1.5.6-1/luci-app-v2ray_1.5.6_all.ipk ## Install Luci App V2Ray opkg install luci-app-v2ray_*.ipk