mipo

Resolver Group Form

Create a resolver group: a name and an optional description (both editable inline on the Resolver Groups list afterwards). Membership is set on each resolver, not here.

Inputs

NameDescriptionAllowed valuesDefault
Name Unique label for this vantage point Non-empty string, must be unique across resolver groups
Description Optional note — where these resolvers sit and what DNS they can see Any text Empty

Gotchas

  • Assign resolvers to the group from Config › Resolvers (create form or edit); this form only names the vantage point.

API calls (2)

MethodPathDescription
POST /api/config/resolver-groups Create a resolver group
PUT /api/config/resolver-groups/:id Update a resolver group

Related