mirror of
https://github.com/TheyCallMeSecond/sing-box-manager.git
synced 2024-11-16 03:32:31 +08:00
29 lines
943 B
Markdown
29 lines
943 B
Markdown
|
# **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**
|