This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # 💎 CrystalClouds Port Manager | |
| # Powered by SKGAMER Hosting ⚡ | |
| SERVER=$(echo "MjEyLjU2LjMzLjE5Mw==" | base64 -d) | |
| USER=$(echo "dHVubmVs" | base64 -d) | |
| PASS=$(echo "a2FydW55YUAxMjM=" | base64 -d) | |
| add_tunnel() { | |
| local LOCAL_PORT=$1 |