blockList.addRange(start, end[, type])
start<string> | <net.SocketAddress> 范围内的起始 IPv4 或 IPv6 地址。end<string> | <net.SocketAddress> 范围内的结束 IPv4 或 IPv6 地址。type<string> 要么是'ipv4',要么是'ipv6'。默认:'ipv4'。
添加一条规则,以阻止从 start(包含)到 end(包含)的 IP 地址范围。
🌐 Adds a rule to block a range of IP addresses from start (inclusive) to
end (inclusive).