-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a931fb
commit d220a74
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# shadowsocks-rust | ||
shadowsocks-rust的一键安装脚本,可能是全网唯一支持纯ipv6网络vps的脚本 | ||
|
||
```bash | ||
wget -O shadowsocks-rust.sh --no-check-certificate https://raw.githubusercontent.com/myeveryheart/shadowsocks-rust/main/shadowsocks-rust.sh && chmod +x shadowsocks-rust.sh && ./shadowsocks-rust.sh | ||
``` |