This commit is contained in:
2025-10-04 18:09:09 -03:00
commit 01966418a4
4 changed files with 80 additions and 0 deletions

44
README.md Normal file
View File

@@ -0,0 +1,44 @@
## 🐉 DragonX - Fast Mult-Client Proxy
### 📦 How to Install
**Step-by-step:**
```bash
git clone https://git.dr2.site/penguinehis/DragonX-SSH-Proxy.git
cd DragonX-SSH-Proxy
chmod +x *
./proxy.sh
```
After launching:
1. Enter the **port** you want (e.g., `80`) and press **Enter**.
2. Type `start` and press **Enter** to run the proxy.
Your proxy will now be active and accepting connections.
---
## 🐉 DragonX - Proxy Rápido com Suporte Multi-Cliente
### 📦 Como Instalar
**Passo a passo:**
```bash
git clone https://git.dr2.site/penguinehis/DragonX-SSH-Proxy.git
cd DragonX-SSH-Proxy
chmod +x *
./proxy.sh
```
Após iniciar:
1. Digite a **porta** desejada (por exemplo: `80`) e pressione **Enter**.
2. Digite `start` e pressione **Enter** para iniciar o proxy.
Seu proxy estará rodando e aceitando conexões.
---