Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoShoot authored Jan 20, 2019
1 parent b3b3850 commit b10391f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
------
Expand All @@ -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
Expand Down

0 comments on commit b10391f

Please sign in to comment.