# UDPClusterManagerOptions.address property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.udpclustermanageroptions.address/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Broadcast address the cluster announces on.

**Signature:**

```typescript
address: string;
```

## Default Value

"255.255.255.255"

## Remarks

The worker binds the local IPv4 interface whose address matches this value with its `.255` octets removed — so `10.0.1.255` selects an interface in `10.0.1.x` — and falls back to all interfaces when nothing matches, which is what happens for the default value.

