method BlockList.prototype.addAddress
Usage in Deno
```typescript import { BlockList } from "node:node__net.d.ts"; ```
BlockList.prototype.addAddress(address: string,type?: IPVersion,): void
Adds a rule to block the given IP address.
optional
type: IPVersion = 'ipv4'
Either `'ipv4'` or `'ipv6'`.
void
BlockList.prototype.addAddress(address: SocketAddress): void
address: SocketAddress
void