diff --git a/core/include/server.h b/core/include/server.h index 0d86edc..9de8c4b 100644 --- a/core/include/server.h +++ b/core/include/server.h @@ -149,6 +149,11 @@ class Server : public QObject { */ void updateHTTPAdvertiserConfig(); + /** + * @brief Checks if an IP is in a subnet of the IPBanlist. + **/ + bool isIPBanned(QHostAddress f_remote_IP); + /** * @brief Getter for an area specific buffer from the logger. */ @@ -302,11 +307,6 @@ class Server : public QObject { **/ void hookupLogger(AOClient* client); - /** - * @brief Checks if an IP is in a subnet of the IPBanlist. - **/ - bool isIPBanned(QHostAddress f_remote_IP); - /** * @brief The proxy used for WebSocket connections. *