Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 899e6722d7 | |||
| 7a03eee714 | |||
| df24c3876e | |||
| b29836ee79 | |||
| f526a21c66 |
77
README.md
77
README.md
@@ -1,42 +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```
|
||||||
|
|
||||||
**Step-by-step:**
|
2) Add this at the END of the payload to fix compatibility with the Napster V (NPV) App:
|
||||||
|
```npv-x: ok[lf][lf]```
|
||||||
|
|
||||||
```bash
|
3) Run the installation script:
|
||||||
wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/beta/install.sh | bash
|
```wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/main/install.sh | bash```
|
||||||
```
|
|
||||||
|
|
||||||
To acess the menu:
|
4) To open the DragonX menu, type:
|
||||||
|
dragonx
|
||||||
1. Type `dragonx` and press **Enter** to open the menu of the proxy.
|
(then press Enter)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🐉 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/beta/install.sh | bash
|
|
||||||
```
|
|
||||||
|
|
||||||
Para abrir o menu:
|
|
||||||
|
|
||||||
1. Digite `dragonx` e pressione **Enter** para abrir o menu do proxy.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
🙌 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
|
||||||
|
|||||||
BIN
dragon_go-ARM
BIN
dragon_go-ARM
Binary file not shown.
BIN
dragon_go-x86
BIN
dragon_go-x86
Binary file not shown.
@@ -18,11 +18,11 @@ fi
|
|||||||
if [ -d "$INSTALL_DIR/.git" ]; then
|
if [ -d "$INSTALL_DIR/.git" ]; then
|
||||||
echo "Existing repo detected. Pulling latest..."
|
echo "Existing repo detected. Pulling latest..."
|
||||||
git -C "$INSTALL_DIR" fetch origin
|
git -C "$INSTALL_DIR" fetch origin
|
||||||
git -C "$INSTALL_DIR" checkout beta
|
git -C "$INSTALL_DIR" checkout main
|
||||||
git -C "$INSTALL_DIR" pull --rebase --autostash origin beta || true
|
git -C "$INSTALL_DIR" pull --rebase --autostash origin main || true
|
||||||
else
|
else
|
||||||
rm -rf "$INSTALL_DIR"
|
rm -rf "$INSTALL_DIR"
|
||||||
git clone --depth 1 --branch beta "$REPO_URL" "$INSTALL_DIR"
|
git clone --depth 1 --branch main "$REPO_URL" "$INSTALL_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure executables are present & executable
|
# Ensure executables are present & executable
|
||||||
|
|||||||
Reference in New Issue
Block a user