|
|
@@ -1,65 +1,50 @@
|
|
|
-# 🔥 FirewallFalcon Manager
|
|
|
+# 🦅 FirewallFalcon Manager
|
|
|
|
|
|
-Free SSH/V2RAY/DNSTT/WEBSOCKET Manager — **FirewallFalcon Manager**
|
|
|
+**FirewallFalcon Manager** is an advanced **proxy/VPN orchestration script** built for performance, flexibility, and simplicity.
|
|
|
+It allows you to deploy and manage multiple tunneling and proxy protocols — all unified under a single **Nginx-powered gateway**.
|
|
|
|
|
|
---
|
|
|
|
|
|
-## 🚀 Support FirewallFalcon Manager
|
|
|
+## 🚀 Features
|
|
|
|
|
|
-Our script is always **FREE**—your donation keeps it that way and powers new features!
|
|
|
-
|
|
|
-- **Donate Tron / TRX (TRC-20):**
|
|
|
- ```
|
|
|
- TM2AfVAWQJiuriGC6KoTmsAJuUTTBd2f1R
|
|
|
- ```
|
|
|
-- **Binance Pay:** `885652061`
|
|
|
+### 🔰 Multi-Protocol Support
|
|
|
+Manage and run a wide range of VPN and proxy protocols seamlessly:
|
|
|
+- **V2Ray / XRay** — Full support for all core protocols
|
|
|
+- **DNSTT (SlowDNS)** — For DNS-based tunneling
|
|
|
+- **UDPcustom** — For UDP-based tunneling
|
|
|
+- **SSH WebSocket (WS)** — With and without TLS support
|
|
|
|
|
|
---
|
|
|
|
|
|
-## ⚙️ Automated Installation (Recommended)
|
|
|
-
|
|
|
-Run the following command in your terminal to quickly set up FirewallFalcon Manager:
|
|
|
-
|
|
|
-```sh
|
|
|
-curl -L -o install.sh "https://raw.githubusercontent.com/firewallfalcons/FirewallFalcon-Manager/refs/heads/main/install.sh" && chmod +x install.sh && sudo ./install.sh && rm install.sh
|
|
|
-```
|
|
|
-
|
|
|
----
|
|
|
-
|
|
|
-## ⚡️ Port Configuration
|
|
|
-
|
|
|
-- **Ports 80 & 443:** Used for V2Ray & SSH WebSockets
|
|
|
-
|
|
|
-### V2Ray (X-UI Panel)
|
|
|
-
|
|
|
-- Create a V2Ray inbound on any random port (e.g., `8888`).
|
|
|
-- Set Path/Service Name (examples):
|
|
|
- - WebSocket/HTTP/h2/HTTPUpgrade: `/8888/firewallfalcon`
|
|
|
- - gRPC: Service Name `/8888/firewallfalcon`
|
|
|
-
|
|
|
-
|
|
|
+### 🌐 Nginx Integration
|
|
|
+Nginx acts as the **main orchestrator**, intelligently routing traffic:
|
|
|
+- Handles all incoming connections on **ports 80 and 443**
|
|
|
+- Automatically forwards traffic to the correct backend (**V2Ray/Xray** or **SSH WS**)
|
|
|
+- Offers **SSL/TLS termination** for secure connections
|
|
|
|
|
|
---
|
|
|
|
|
|
-### SSH WebSockets
|
|
|
-
|
|
|
-- Run your SSH WebSockets proxy on port `8080`.
|
|
|
+### 🧠 DT Proxy
|
|
|
+**DT Proxy** is a lightweight WebSocket and SOCKS proxy that:
|
|
|
+- Returns **fake HTTP responses** (`101 Switching Protocols` and `200 OK`)
|
|
|
+- Accepts **all payload formats**
|
|
|
+- Must run on **port 8080 (no SSL)** for perfect integration with Nginx
|
|
|
+ *(Ensures seamless compatibility with SSH WS on ports 80/443)*
|
|
|
|
|
|
---
|
|
|
|
|
|
-## 🚦 Core Features
|
|
|
-
|
|
|
-- 🚀 **SSH WebSocket Proxy:** Tunnel SSH traffic over WebSockets with custom port selection.
|
|
|
-- 🔒 **SSH over SSL/TLS:** Encapsulate SSH connections in a robust TLS layer for enhanced security.
|
|
|
-- 👥 **User Management:** Easily create, manage, and control user access to your servers.
|
|
|
-- 🛡️ **Integrated Xray Panel:** Leverage Xray's advanced proxy capabilities for privacy and circumvention.
|
|
|
+### 🧩 Management Tools
|
|
|
+- 🧑💻 **User Management** — Add, list, remove, and manage SSH users easily
|
|
|
+- 🔄 **Backup & Restore** — Preserve your user data between installs
|
|
|
+- 🖼️ **SSH Banner Management** — Customize your SSH login banner
|
|
|
+- 🌍 **Free Domain Generator** — Instantly get a free domain for testing or setup
|
|
|
+- 🔐 **SSL Certificate Generator** — Generate and apply SSL certificates for your custom or free domain directly through Nginx
|
|
|
|
|
|
---
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+## 🧭 Installation
|
|
|
|
|
|
----
|
|
|
+Run the following command for a **clean installation**:
|
|
|
|
|
|
-> _Thank you for using and supporting FirewallFalcon Manager!_
|
|
|
+```bash
|
|
|
+curl -L -o install.sh "https://raw.githubusercontent.com/firewallfalcons/FirewallFalcon-Manager/main/install.sh" && chmod +x install.sh && sudo ./install.sh && rm install.sh
|