Git Product home page Git Product logo

babylon882004.._..openwrt-redsocks2's Introduction

RedSocks2 for OpenWrt

简介

本项目是 [RedSocks2][1] 在 OpenWrt 上的移植
当前版本: 0.66-1

编译

  • 从 OpenWrt 的 [SDK][S] 编译

    # 以 ar71xx 平台为例
    tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
    cd OpenWrt-SDK-ar71xx-*
    # 获取 Makefile
    git clone https://github.com/babylon882004/openwrt-redsocks2.git package/redsocks2
    # 更新feeds ./scripts/feeds update -a
    # 安装依赖./scripts/feeds install libevent
    # 选择要编译的包 Network -> redsocks2
    make menuconfig
    # 开始编译
    make package/redsocks2/compile V=99

修改Makefile为最新realease版本

#去原作者github查看最新realease版本
https://github.com/semigodking/redsocks/releases
#修改Makefile中PKG_VERSION:后的版本值
#将0.66改成最新realease版本
cd /
wget https://github.com/semigodking/redsocks/archive/release-0.66.tar.gz
#找出gz源码包的md5校验码
find /release-0.66.tar.gz |xargs md5sum|sort
#修改Makefile中PKG_MD5SUM::后的md5校验码

babylon882004.._..openwrt-redsocks2's People

Contributors

babylon882004 avatar

Watchers

 avatar  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.