Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for ZirStatix

Protect your server from DDoS atacks

Report DDoSGuard?

Release
2.0

ZirStatix released DDoSGuard version 2.0 on November 17, 2024

Additions.

* Proxy Support

  1. Introduced the allow-proxies option in the config.yml.
  2. If allow-proxies is enabled, the plugin will allow connections from IP addresses that might be considered proxies.
  3. Added a isProxy(String ip) method to check if an IP is a proxy (default implementation is simple, but can be expanded for more advanced detection).

* IP Whitelist

  1. Implemented a whitelisted-ips option in the configuration file to allow specific IPs to connect, bypassing other restrictions.
  2. Logic added to always allow connections from IPs listed in the whitelist.

* Custom Kick Messages

  1. Added a custom kick message for connections detected as proxies (proxy-kick-message).
  2. Configured a standard kick message (kick-message) for cases where the connection limit has been exceeded.

* Bstats

  1. Added bstats

Updates

* Configuration file translated to English (config.yml):

  1. The options in the config.yml were translated and adjusted for clarity in English.
  2. Added the allow-proxies option and documented the customized kick messages.

Information

Published onNovember 17, 2024
Downloads38

Platforms

Paper Paper (1.17-1.20.6)