SSR

sudo -i
bash <(curl -sL https://v2ray666.com/v2ray.sh)

SSR 偏好设置

SSR 终端代理

export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;

显然这样有些麻烦,可以用shell解决, 将以下脚本配置到.zshrc:

# where proxy
proxy () {
  export http_proxy="http://0.0.0.0:1087"
  export https_proxy="http://0.0.0.0:1087"
  echo "HTTP Proxy on"
}

# where noproxy
noproxy () {
  unset http_proxy
  unset https_proxy
  echo "HTTP Proxy off"
}

now

# install ssr
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh

# install bbr
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh

chmod +x bbr.sh

./bbr.sh

注意4k配置要改成这样:

  • aes-256-cfb
  • auth_aes128_sha1
  • 混淆:plain

results matching ""

    No results matching ""