property
quic.EndpointOptions.blockList
blockList?: BlockList
An optional net.BlockList instance for filtering incoming packets by source address. When configured, every received UDP packet is checked against the block list before any QUIC processing occurs, minimizing resource expenditure on blocked sources. The block list is evaluated live — rules added to the BlockList object after the endpoint is created take effect immediately.
See endpointOptions.blockListPolicy for how matches are interpreted.