clear method

void clear()

Clears the IP block list

Implementation

void clear() {
  blockedIps.clear();
}