Coder Social home page Coder Social logo

1keyssr's Introduction

1keySSR

Original Designer is here: https://github.com/ToyoDAdoubi/doubi#ssrsh
Here is my slightly imporved script for building basic SSR server in Bandwagon/Goolge Cloud and a backup site in case of the GFW (since doub's io is already hangup in Dec.2018)

To use the 1key SSR for personal purpose just copy and run the following:
Always First:sudo su !!!!
wget -N --no-check-certificate https://raw.githubusercontent.com/Knightzjz/1keySSR/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh

wget -N --no-check-certificate https://knight-pubg.oss-cn-shenzhen.aliyuncs.com/fpvls.sh && chmod +x fpvls.sh && bash fpvls.sh

GOOLGE CLOUD DEFAULT INSTALL WITH DEBIAN9+
A quick check for debian 9+ and bbr is :
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
And use the below command for check, some time it will give that both bbr and cubic are activated as congestion algorithm
Debian 7+/Ubuntu 16+ already set BBR as default TCP control algorithm, there is no need to extra operate the bbr.sh
For those who need a second check or installation of BBR run (typically Debian 6/Ubuntu 14):
wget -N --no-check-certificate https://raw.githubusercontent.com/Knightzjz/1keySSR/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
Verification of a successfull BBR control would be realized through test the following command with root power:
sysctl net.ipv4.tcp_congestion_control
If you get something like:
net.ipv4.tcp_congestion_control = bbr
Then the BBR is already activated.

Another version of scripte to realise ss-go (do check its not ssr):
wget -N --no-check-certificate https://raw.githubusercontent.com/Knightzjz/1keySSR/master/ss-go.sh && chmod +x ss-go.sh && bash ss-go.sh

1keyssr's People

Contributors

knightzjz avatar

Stargazers

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