Skip to content

Conversation

@sjy5386
Copy link
Contributor

@sjy5386 sjy5386 commented Jan 16, 2026

Summary

This PR introduces a new configuration option that allows server administrators to hide the server's IP address from the public dashboard. This feature is designed to enhance server security and privacy by preventing direct IP exposure.

Key Changes

  • Configuration Update: Added a new toggle/parameter (e.g., hide_server_ip) in the configuration files (likely config/parameters.js or config.php).

  • UI Modification: Updated the frontend components to check the visibility flag before rendering the server IP.

  • Privacy Enhancement: When the option is enabled, the server IP is either masked, replaced with a placeholder (e.g., "Hidden"), or completely removed from the UI.

Why this is needed

To prevent potential DDoS attacks or unwanted direct connections by giving owners control over whether their server's raw IP is visible to the public on the stats page.

@sjy5386
Copy link
Contributor Author

sjy5386 commented Jan 16, 2026

@NicolasVaillant @Royalphax Please review this PR 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants