3 Commits
alpha ... main

Author SHA1 Message Date
899e6722d7 1.12 2025-10-12 16:52:08 -03:00
7a03eee714 Fix Readme 2025-10-11 18:40:27 -03:00
df24c3876e 1.11 2025-10-11 18:39:28 -03:00
4 changed files with 49 additions and 40 deletions

View File

@@ -1,48 +1,57 @@
🐉 DragonX Fast Multi-Client Proxy
🐉 DragonX Proxy Rápido com Suporte Multi-Cliente
## 🐉 DragonX - Fast Mult-Client Proxy
========================================
📦 Installation / Instalação
========================================
### 📦 How to Install
[EN] Step-by-Step
1) If you want to SKIP `200OK` use this on your payload:
```x-skip: 200```
** NEW PARAMETER FOR PAYLOAD: **
2) Add this at the END of the payload to fix compatibility with the Napster V (NPV) App:
```npv-x: ok[lf][lf]```
```bash
[split]x-skip: 200[crlf][crlf]
```
3) Run the installation script:
```wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/main/install.sh | bash```
**Step-by-step:**
```bash
wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash
```
To acess the menu:
1. Type `dragonx` and press **Enter** to open the menu of the proxy.
---
## 🐉 DragonX - Proxy Rápido com Suporte Multi-Cliente
### 📦 Como Instalar
**Passo a passo:**
```bash
wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash
```
Para abrir o menu:
1. Digite `dragonx` e pressione **Enter** para abrir o menu do proxy.
---
4) To open the DragonX menu, type:
dragonx
(then press Enter)
🙌 Credits
[PT-BR] Passo a Passo
1) Se você deseja PULAR o `200OK` coloque isso na sua payload:
```x-skip: 200```
Shell scripts created by Beto (Telegram: @betovip).
2) Adicione a linha ABAIXO no FINAL do payload para corrigir a compatibilidade com o App Napster V (NPV):
```npv-x: ok[lf][lf]```
Proxy created by SisuDatu (Telegram: @sisudragon)
3) Execute o script de instalação:
```wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/main/install.sh | bash```
Project packaging and DragonX integration by contributors.
4) Para abrir o menu do DragonX, digite:
dragonx
(e pressione Enter)
========================================
✅ Features / Recursos
========================================
[EN]
- Multi-client support
- NPV App compatibility
- Simple installation and configuration
[PT-BR]
- Suporte multi-cliente
- Compatível com o App NPV
- Instalação e configuração simples
========================================
🙌 Credits / Créditos
========================================
- Shell scripts: Beto — Telegram: @betovip
- Proxy: SisuDatu — Telegram: @sisudragon
- Project packaging & DragonX integration / Empacotamento do projeto e integração DragonX: Community contributors / Contribuidores da comunidade

Binary file not shown.

Binary file not shown.

View File

@@ -18,11 +18,11 @@ fi
if [ -d "$INSTALL_DIR/.git" ]; then
echo "Existing repo detected. Pulling latest..."
git -C "$INSTALL_DIR" fetch origin
git -C "$INSTALL_DIR" checkout alpha
git -C "$INSTALL_DIR" pull --rebase --autostash origin alpha || true
git -C "$INSTALL_DIR" checkout main
git -C "$INSTALL_DIR" pull --rebase --autostash origin main || true
else
rm -rf "$INSTALL_DIR"
git clone --depth 1 --branch alpha "$REPO_URL" "$INSTALL_DIR"
git clone --depth 1 --branch main "$REPO_URL" "$INSTALL_DIR"
fi
# Ensure executables are present & executable