/Openwrt-xray-plugin

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

xray-plugin for OpenWrt

介绍

  • xray-plugin

    Yet another SIP003 plugin for shadowsocks, based on Xray-core

编译

  • 从 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-*
    # 获取 xray-plugin Makefile
    git clone https://github.com/tianlichunhong/openwrt-xray-plugin.git package/xray-plugin
    # 选择要编译的包 Network -> xray-plugin
    make menuconfig
    # 开始编译
    make package/xray-plugin/compile V=99