ADMIN · SCOPE MANAGER

Scope Manager

Override which networks count as internal/external, plus a hard deny list. Applies to every probe.

Default scope

Set at install: internal, external, or both. Meridian uses it to prevent accidentally scanning a public address from an internal-only deployment (or vice versa).

Per-network overrides

Deny list

A second layer: CIDRs that are always rejected regardless of scope. Use for things you should never probe — link-local, cloud metadata endpoints (169.254.169.254), broadcast addresses, your own management VLAN.

What enforces this

Every tool in Network Tools and DNS Tools calls enforce_scope(host, scope) before invoking the sandbox. Bypassing it requires code changes — not a config.

Gotchas