Skip to content

Instantly share code, notes, and snippets.

@hitesh402
hitesh402 / port.sh
Last active November 3, 2025 15:49
#!/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