Skip to content

Instantly share code, notes, and snippets.

View 17's full-sized avatar
🦖

Jase Su 17

🦖
  • Oracle
  • Canton, China
View GitHub Profile
@17
17 / script.sh
Created June 23, 2017 09:26 — forked from codexss/debian install rinetd-lkl shadowsocks-libev.sh
debian install rinetd-lkl shadowsocks-libev
echo "deb http://httpredir.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list
apt update
apt -t jessie-backports install shadowsocks-libev -y
cat > /etc/shadowsocks-libev/config.json <<EOF
{
"server":"0.0.0.0",
"server_port":443,
"local_port":1080,
"password":"foobar!",