This script automates setting up a TUIC server on Linux according to iSegaro's tutorial
To use the script:
-
Run this command to download and run the script
curl -o tuic-setup.sh https://raw.githubusercontent.com/hrostami/tuic-setup/master/setup.sh && sudo bash tuic-setup.sh
-
Follow the prompts to enter a port number, password and congestion_control
-
The script will install dependencies, generate certs, create a config, and start the TUIC service
-
Your TUIC credentials and server info will be printed at the end