method BlockList.prototype.addRange
Usage
import { BlockList } from "node:net";
Adds a rule to block a range of IP addresses from start (inclusive) toend (inclusive).
start: SocketAddress
end: SocketAddress
import { BlockList } from "node:net";
Adds a rule to block a range of IP addresses from start (inclusive) toend (inclusive).
start: SocketAddress
end: SocketAddress