diff --git a/README.md b/README.md index 785d550..c38cb70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tools -One of the easiest way to install SSR or WG on your VPS. +One of the easiest way to install SSR(ShadowsocksR) or WG(WireGuard) on your VPS. SSR Client ------ @@ -15,43 +15,43 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst $ brew install wireguard-tools $ mkdir /usr/local/etc/wireguard/ $ cat > /usr/local/etc/wireguard/wg0.conf << ! - heredoc> {run "cat /etc/wireguard/client.conf" on your vps and copy to here} + heredoc> {please run "cat /etc/wireguard/client.conf" on your vps and copy to here, AFTER "wg.sh" was installed} heredoc> ! +$ sudo wg-quick up wg0 ``` VPS Script ------ -* [ssr.sh](#ssrsh) - auto install ShadowsocksR * [wg.sh](#wgsh) - auto install WireGuard +* [ssr.sh](#ssrsh) - auto install ShadowsocksR * [bbr.sh](#bbrsh) - auto install TCP BBR - -ssr.sh +wg.sh ------ -Auto Install ShadowsocksR Server for CentOS/Debian/Ubuntu +Auto Install WireGuard Server only for Debian 9 Easy way: ```Shell -  $ bash <(wget -O- http://tools.tisrop.com/ssr.sh) + $ bash <(wget -O- http://tools.tisrop.com/wg.sh) ``` Or by this way: ```Shell -  $ bash <(curl http://tools.tisrop.com/ssr.sh) + $ bash <(curl http://tools.tisrop.com/wg.sh) ``` -wg.sh +ssr.sh ------ -Auto Install WireGuard Server only for Debian 9 +Auto Install ShadowsocksR Server for CentOS/Debian/Ubuntu Easy way: ```Shell - $ bash <(wget -O- http://tools.tisrop.com/wg.sh) +  $ bash <(wget -O- http://tools.tisrop.com/ssr.sh) ``` Or by this way: ```Shell - $ bash <(curl http://tools.tisrop.com/wg.sh) +  $ bash <(curl http://tools.tisrop.com/ssr.sh) ``` bbr.sh