🌐 SOCKS & WireGuard Connection Guide
Quick guide to connect using SOCKS Proxy or WireGuard 🔐
🧦 SOCKS Proxy (SOCKS5)
📱 Mobile (Android / iOS)
- Install a proxy-supported app (Shadowrocket, V2Ray, FoxyProxy)
- Open app → Add Proxy
- Select SOCKS5
- Enter server IP, port, username & password
- Save → Connect 🔌
🪟 Windows
- Open Settings → Network → Proxy
- Manual proxy setup
- SOCKS Host & Port
- Enable → Done ✅
🐧 Linux (Terminal)
export ALL_PROXY=socks5://user:pass@IP:PORT
Or use apps like proxychains or browser extensions 🌐
⚡ WireGuard (Fast & Modern)
📱 Mobile
- Install WireGuard app
- Import config file (.conf or QR)
- Tap Activate ⚡
🪟 Windows
- Download WireGuard for Windows
- Import tunnel
- Click Activate
🐧 Linux (Ubuntu)
sudo apt install wireguard
sudo wg-quick up wg0
To disconnect:
sudo wg-quick down wg0
🔍 Check Connection
- Check IP change 🌍
- Ping test or speed test ⚡
🤔 SOCKS vs WireGuard
- SOCKS → App-level, flexible 🧦
- WireGuard → System-wide, faster ⚡
✨ Stay secure & fast!