Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save p0rsche/7a99fc8049f1eb10317d6e59d4918610 to your computer and use it in GitHub Desktop.
Save p0rsche/7a99fc8049f1eb10317d6e59d4918610 to your computer and use it in GitHub Desktop.

Revisions

  1. p0rsche revised this gist Oct 30, 2023. 1 changed file with 3 additions and 6 deletions.
    9 changes: 3 additions & 6 deletions Install V2Ray Client on OpenWRT and Configure Vmess
    Original 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 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
  2. @amanjuman amanjuman revised this gist Sep 17, 2023. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions Install V2Ray Client on OpenWRT and Configure Vmess
    Original 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_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 v2ray-core-mini
    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
    ## Install Luci App V2Ray Manually
    opkg install luci-app-v2ray_*.ipk
  3. @amanjuman amanjuman revised this gist Jul 23, 2023. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions Install V2Ray Client on OpenWRT and Configure Vmess
    Original 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 http://openwrt.kuoruan.net/packages/public.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 http://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \
    echo "src/gz kuoruan_packages https://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)" \
    >> /etc/opkg/customfeeds.conf

    ## Update opkg
  4. @amanjuman amanjuman created this gist Sep 19, 2021.
    31 changes: 31 additions & 0 deletions Install V2Ray Client on OpenWRT and Configure Vmess
    Original 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