Giter Club home page Giter Club logo

merlin_shadowsocks's Introduction

merlin_shadowsocks

fork https://github.com/koolshare/koolshare.github.io

shadowsocks文件夹下的内容,用于向路由器内shadowsocks功能推送更新 此项目仅用于merlin koolshare ARM架构改版固件

  • shadowsocks/ss 文件夹
    该文件夹用于存放shadowsocks相关脚本和规则文件:

  • shadowsocks/webs
    该文件夹用于存放shadowsocks的网页。

  • shadowsocks/res
    该文件夹用于存放shadowsocks网页元素。

  • shadowsocks/bin
    该文件夹用于存放shadowsocks的二进制文件。

  • shadowsocks/init.d
    该文件夹用于存放shadowsocks的开机启动文件,目前因为shadowsocks的启动依赖wan-start和nat-start两个启动文件,所以并没有用init.d的启动方式,而socks5使用了该方式

  • shadowsocks.tar.gz
    此文件为shadowsocks文件夹的打包,通过路由器访问 https://raw.githubusercontent.com/wbcyclist/merlin_shadowsocks/master/shadowsocks.tar.gz 获取安装包更新。

  • version
    在线版本号和shadowsocks.tar.gz的md5校验值,用于判断更新。

如果你更新出现问题,请按照以下方式手动更新:

cd /tmp
wget --no-check-certificate --timeout=15 https://raw.githubusercontent.com/wbcyclist/merlin_shadowsocks/master/shadowsocks.tar.gz
tar -zxvf /tmp/shadowsocks.tar.gz
chmod +x /tmp/shadowsocks/install.sh
sh /tmp/shadowsocks/install.sh

怎样提交修改

需要再次说明的是,ss的在线更新是通过请求shadowsocks.tar.gz文件进行的,如果你有发现bug,并希望提交你的更改,需要做以下几点:

  1. 发现bug,修改需要修改的文件;
  2. 更新shadowsocks/ss/version,更新版本号;
  3. 修改Changelog.txt文件,添加更新日志;
  4. 运行build.sh文件,这样会自动打包shadowsocks文件夹,并且更新versionn内的版本号和md5值
  5. 运行git status,查看被修改的文件,然后添加,评论,提交;

merlin_shadowsocks's People

Contributors

wbcyclist avatar

Watchers

 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.