sing-box-manager/README.md

29 lines
943 B
Markdown
Raw Normal View History

2023-07-29 17:19:25 +08:00
# **Illustrate**
### The script supports CentOS 8+, Debian 10+, Ubuntu 20+ operating systems.
### This script supports Vless, Hysteria, Direct, ShadowTLS, Shadowsocks, TUIC, and NaiveProxy protocols
### Nodes using Vless, Hysteria, Direct, ShadowTLS, and Shadowsocks protocols are set up using sing-box, while TUIC and NaiveProxy are deployed using official programs.
### All codes are from official documentation;The script is completely open source,you can use it with confidence!
# **Install**
```
#Debian&&Ubuntu
apt update && apt -y install curl
```
```
#CentOS
yum update && yum -y install curl
```
```
bash <(curl -L https://raw.githubusercontent.com/TinrLin/ShadowTLS-v3-build-tutorial/main/Install.sh)
```
# **Supported node types in this script**
- **TUIC V5**
- **Vless+vision+Reality**
- **Vless+h2+Reality**
- **Vless+gRPC+Reality**
- **Direct tunnel server**
- **Hysteria**
- **ShadowTLS V3**
- **NaiveProxy**
- **Shadowsocks**