2023-07-29 17:20:44 +08:00
# **Description**
2023-08-10 18:09:21 +08:00
### This script supports vps of IPV6 single-stack network.
2023-07-29 17:19:25 +08:00
### The script supports CentOS 8+, Debian 10+, Ubuntu 20+ operating systems.
2023-08-17 17:55:28 +08:00
### This script supports Vless, Hysteria, Direct, Trojan, ShadowTLS, Shadowsocks, TUIC, and NaiveProxy protocols.
### Nodes of Vless, Hysteria, Direct, trojan, ShadowTLS, and Shadowsocks protocols are deployed using sing-box, and TUIC and NaiveProxy nodes are deployed using official programs.
2023-07-29 17:19:25 +08:00
### All codes are from official documentation;The script is completely open source,you can use it with confidence!
2023-08-09 07:53:17 +08:00
# **Installation**
2023-07-29 17:19:25 +08:00
```
#Debian&&Ubuntu
2023-08-10 17:38:31 +08:00
apt update & & apt -y install curl wget tar socat jq git openssl uuid-runtime build-essential zlib1g-dev libssl-dev libevent-dev
2023-07-29 17:19:25 +08:00
```
```
#CentOS
2023-08-10 17:38:31 +08:00
yum update & & yum -y install curl wget tar socat jq git openssl util-linux gcc-c++ zlib-devel openssl-devel libevent-devel
2023-07-29 17:19:25 +08:00
```
```
2023-07-29 17:33:30 +08:00
bash < (curl -L https://raw.githubusercontent.com/TinrLin/script_installation/main/Install.sh)
2023-07-29 17:19:25 +08:00
```
# **Supported node types in this script**
- **TUIC V5**
- **Vless+vision+Reality**
- **Vless+h2+Reality**
- **Vless+gRPC+Reality**
- **Direct tunnel server**
2023-08-17 17:55:28 +08:00
- **Trojan+tcp+tls+web**
- **Trojan+ws+tls+(CDN)**
2023-07-29 17:19:25 +08:00
- **Hysteria**
- **ShadowTLS V3**
- **NaiveProxy**
- **Shadowsocks**