GithubHelp home page GithubHelp logo

esaaprillia / v2raya Goto Github PK

View Code? Open in Web Editor NEW

This project forked from v2raya/v2raya-openwrt

0.0 0.0 0.0 357 KB

opkg feed of v2rayA for OpenWrt users

Home Page: https://sourceforge.net/projects/v2raya/files/openwrt/

Shell 12.81% JavaScript 7.45% Makefile 79.74%

v2raya's Introduction

v2raya-openwrt

opkg feed of v2rayA for OpenWrt users.

简体中文

How to install

  1. Add v2rayA usign key

    Make sure package wget-ssl or libustream is installed on your device

    wget https://downloads.sourceforge.net/project/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03
  2. Import v2rayA feed

    echo "src/gz v2raya https://downloads.sourceforge.net/project/v2raya/openwrt/$(. /etc/openwrt_release && echo "$DISTRIB_ARCH")" | tee -a "/etc/opkg/customfeeds.conf"
  3. Update feeds

    opkg update
  4. Install v2rayA and its dependencies

    opkg install v2raya
    
    # Check your firewall implementation
    # Install the following packages for the nftables-based firewall4 (command -v fw4)
    # Generally speaking, install them on OpenWrt 22.03 and later
    opkg install kmod-nft-tproxy
    # Install the following packages for the iptables-based firewall3 (command -v fw3)
    # Generally speaking, install them on OpenWrt 21.02 and earlier
    opkg install iptables-mod-conntrack-extra \
      iptables-mod-extra \
      iptables-mod-filter \
      iptables-mod-tproxy \
      kmod-ipt-nat6
    
    # Choose a core you'd like to use, v2ray or Xray
    # If you have both installed, the latter is preferred by default
    #
    # Note from maintainer: due to broken tproxy support in v2ray, recommend using Xray instead
    opkg install xray-core
    # opkg install v2ray-core
    
    # Optional
    # opkg install v2fly-geoip v2fly-geosite

How to use

  • Method 1 - Configure via LuCI interface (for OpenWrt 21.02 and higher version only)

    1. Install LuCI app

      opkg install luci-app-v2raya
    2. Visit http://<your_router_ip>/cgi-bin/luci/admin/services/v2raya and complete setup.

  • Method 2 - Configure via cli

    1. Setup v2rayA

      # For advanced usage, please see /etc/config/v2raya
      uci set v2raya.config.enabled='1'
      uci commit v2raya
    2. Start v2rayA

      /etc/init.d/v2raya start
    3. Visit v2rayA webUI and enjoy

      http://<your_router_ip>:2017

v2raya's People

Contributors

1715173329 avatar esaaprillia avatar chihsiao avatar immortalwrt-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.