mipo

Resolver Form

Create a resolver identity: a name, the resolver group it joins, an optional description and the IP binding mode. Saving mints a one-time provisioning token and shows the install command for the resolver host.

Inputs

NameDescriptionAllowed valuesDefault
Name Unique identity name Letters, numbers, hyphens and underscores; unique across scanners and resolvers
Resolver group The DNS vantage point this resolver serves An existing resolver group
IP binding mode How strictly the identity is tied to its source address IP, subnet, ASN or none IP
Description Optional note Any text Empty

Gotchas

  • The install command is the standard scanner install command; a separate resolver service unit arrives with the resolver runtime (R2). Until then install on a host that does not already run a scanner — the process heartbeats and enrolls but performs no lookups.
  • The provisioning token expires in one hour and can be used once; regenerate it from the Resolvers page if it lapses.

API calls (2)

MethodPathDescription
POST /api/config/resolvers Create a resolver and mint a provisioning token
GET /api/config/resolver-groups Populate the resolver group picker

Related