just make it public 🤡
This commit is contained in:
parent
7acc70464e
commit
6c15aa2164
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user