A comprehensive automation script for deploying and managing slipstream-rust DNS tunnel servers on Linux systems. This script handles everything from building from source to configuration, making DNS ...
vesemir/ ├── README.md ├── TODO.md ├── install.sh # Main installation script ├── uninstall.sh # Complete removal script ├── update.sh # Update all components ├── .gitignore ├── configs/ │ ├── ...