|
Clio
develop
The XRP Ledger API server.
|
Interface for a whitelist handler. More...
#include <WhitelistHandlerInterface.hpp>

Public Member Functions | |
| virtual | ~WhitelistHandlerInterface ()=default |
| Virtual destructor. | |
| virtual bool | isWhiteListed (std::string_view ip) const =0 |
| Checks to see if the given IP is whitelisted. | |
Interface for a whitelist handler.
|
nodiscardpure virtual |
Checks to see if the given IP is whitelisted.
| ip | The IP to check |
Implemented in web::dosguard::WhitelistHandler.