All Projects → honwen → openwrt-v2ray-plugin

honwen / openwrt-v2ray-plugin

Licence: GPL-3.0 license
V2ray-plugin for OpenWrt

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to openwrt-v2ray-plugin

snapos
Snapcast OS
Stars: ✭ 73 (-29.81%)
Mutual labels:  openwrt
source
Onion's fork of OpenWRT's source build system. The firmware for the Omega2, Omega2+, and Omega2 Pro is based on the openwrt-18.06 branch.
Stars: ✭ 73 (-29.81%)
Mutual labels:  openwrt
meta-tanowrt
OpenEmbedded layers for TanoWrt Embedded Linux Distribution
Stars: ✭ 22 (-78.85%)
Mutual labels:  openwrt
openwrt-actions
利用github提供的actions编译openwrt固件
Stars: ✭ 14 (-86.54%)
Mutual labels:  openwrt
lispmob
LISP and LISP-MN Implementation
Stars: ✭ 44 (-57.69%)
Mutual labels:  openwrt
linksys-wrt54g
Exploiting Linksys WRT54G using a vulnerability I found.
Stars: ✭ 31 (-70.19%)
Mutual labels:  openwrt
openwrt-scripts
A collection of some useful scripts running on OpenWrt/LEDE routers
Stars: ✭ 43 (-58.65%)
Mutual labels:  openwrt
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (-81.73%)
Mutual labels:  openwrt
openwrt-configuration-ansible
OpenWrt configuration for router + dumb access points with Ansible playbook for centralised management
Stars: ✭ 31 (-70.19%)
Mutual labels:  openwrt
simetbox-openwrt-feed
SIMETBox package feed for OpenWRT (comece aqui/start here!)
Stars: ✭ 72 (-30.77%)
Mutual labels:  openwrt
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (-41.35%)
Mutual labels:  openwrt
potd
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
Stars: ✭ 28 (-73.08%)
Mutual labels:  openwrt
blynk-library-lua
Blynk library for Lua. Works with Lua 5.1+, LuaJIT, NodeMCU.
Stars: ✭ 35 (-66.35%)
Mutual labels:  openwrt
luci-openwisp
OpenWISP configuration interface implemented as LuCI extensions
Stars: ✭ 21 (-79.81%)
Mutual labels:  openwrt
apm82181-lede
APM82181 LEDE Repository
Stars: ✭ 18 (-82.69%)
Mutual labels:  openwrt
chaos calmer
OpenIPC 1.0 (OpenWRT-based), not maintained anymore
Stars: ✭ 189 (+81.73%)
Mutual labels:  openwrt
OpenWrt-Autobuild
OpenWrt action builds
Stars: ✭ 24 (-76.92%)
Mutual labels:  openwrt
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+49.04%)
Mutual labels:  openwrt
meta-openwrt
OE/Yocto metadata layer for OpenWRT
Stars: ✭ 75 (-27.88%)
Mutual labels:  openwrt
openwrt-bpi-r2
Scripts for building OpenWRT for Banana Pi R2
Stars: ✭ 14 (-86.54%)
Mutual labels:  openwrt

V2ray-plugin for OpenWrt

介绍

  • v2ray-plugin

    Yet another SIP003 plugin for shadowsocks, based on v2ray

编译

  • 从 OpenWrt 的 SDK 编译

    # 以 ar71xx 平台为例
    tar xJf openwrt-sdk-18.06.1-ar71xx-tiny_gcc-7.3.0_musl.Linux-x86_64.tar.xz
    cd openwrt-sdk-*-ar71xx-*
    # 获取 v2ray-plugin Makefile
    git clone https://github.com/chenhw2/openwrt-v2ray-plugin.git package/v2ray-plugin
    # 选择要编译的包 Network -> v2ray-plugin
    make menuconfig
    # 开始编译
    make package/v2ray-plugin/compile V=99
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].