blockSubnet method
BlockSubnet blocks a subnet (CIDR notation)
Implementation
void blockSubnet(String subnet) {
_blockedSubnets.add(subnet);
_logger.fine('Blocked subnet: $subnet');
}
BlockSubnet blocks a subnet (CIDR notation)
void blockSubnet(String subnet) {
_blockedSubnets.add(subnet);
_logger.fine('Blocked subnet: $subnet');
}