UDP + TUN support
- change to root user
sudo -s
- run the script
bash <(curl -s https://codeberg.org/l0Ye2sE/sing-box-stls/raw/branch/main/install-server.sh)
script in the end gives you a json config put this in a file named config.json and
- android
- use Nekobox and import from file option
- ios
- I didn't test it but maybe there is some sing-box for ios client
- windows
- download sing-box binary
- put sing-box binary and config.json in one folder
- run cmd as administrator
- in cmd go to the folder
- run
sing-box.exe run -c config.json
- linux
- download sing-box binary
- put sing-box binary and config.json in one directory
- cd into the directory
- run
sudo ./sing-box run -c config.json
for mac it's probably like linux