validateGlobalRestrictedIPs

Validates the client ip against the "globalRestrictedIPs" field in the web configuration file.

static if(isWeb)
void
validateGlobalRestrictedIPs
(
HttpClient client
)

Parameters

client HttpClient

The client to validate the ip of.

Meta