Skip to content

v2.1.9

Choose a tag to compare

@eGamesAPI eGamesAPI released this 12 Oct 06:08
· 341 commits to main since this release

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.