method BlockList.prototype.addRange
Jump to headingBlockList.prototype.addRange(): voidAdds a rule to block a range of IP addresses from start (inclusive) toend (inclusive).
Parameters Jump to heading
Jump to headingstart: stringThe starting IPv4 or IPv6 address in the range.
Jump to headingend: stringThe ending IPv4 or IPv6 address in the range.
optional
Jump to headingtype: IPVersion = 'ipv4'Either 'ipv4' or 'ipv6'.
Return Type Jump to heading
voidJump to headingBlockList.prototype.addRange(start: SocketAddress,end: SocketAddress,): voidParameters Jump to heading
Return Type Jump to heading
void