Coder Social home page Coder Social logo

merlin_shadowsocks's Introduction

Shadowsocks客户端离线安装包 for Merlin梅林固件

该SS客户端集成了SS&SSR&kcptun
https://github.com/koolshare/koolshare.github.io/tree/acelan_softcenter_ui/shadowsocks
version文件记录了各版本的md5信息,偶数版本较稳定。,3.6.0.1是 民间修改 增加了对chain_a的支持
此文件夹放置的是适用于arm路由器的ss离线安装插件,如需mips系列,请访问
https://github.com/koolshare/koolshare.github.io/tree/mips_softerware_center

安装

请开启JFFS后 根据软件中心离线安装的提示安装(改名为shadowsocks.tar.gz再上传离线安装),如无法正常安装 可SSH硬装 以SSH安装3.8.0为例:

cd /tmp
wget -N -O shadowsocks.tar.gz https://raw.githubusercontent.com/heweiye/Merlin_Shadowsocks/master/shadowsocks_3.8.0.tar.gz
tar -zxvf /tmp/shadowsocks.tar.gz
chmod +x /tmp/shadowsocks/install.sh
sh /tmp/shadowsocks/install.sh


安装时部分会验证固件版本导致无法安装的,可以解压后编辑/tmp/shadowsocks/install.sh这个文件,找到

if [ "$firmware_comp" == "-1" ];then

修改为

if [ "$firmware_comp" == "1" ];then

然后再次尝试重新安装

merlin_shadowsocks's People

Contributors

heweiye avatar

Watchers

James Cloos 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.