REMNAWAVE REVERSE PROXY
🚀 Major Changes
-
Debian 13 Support 🐧
-
Replaced dynamic IP fetching with a static IP 172.30.0.1 for panel and node configurations.
-
Updated .env and docker-compose.yml for seamless operation.
Domain Uniqueness Check 🔍
- Introduced the check_node_domain function to verify domain availability using the /api/nodes endpoint.
- Integrated into add_node_to_panel with a loop to prompt for a unique domain if the provided one is already in use.
New Editing Features ✍️
- Added an app-config.json editor for streamlined application configuration.
- Introduced a branding editor for customizing the visual identity.
- Implemented app deletion functionality for better management.
IPv4 Configuration Update 🌐
- Replaced ForceIPv4 with UseIPv4 for more flexible network handling.
SNI Templates Fix 🛠️
- Resolved issues with SNI templates to ensure stability and proper request handling.