Skip to content

host {a,aaaa}_add has no -ttl option #390

Description

@pederhan

host srv_add has a -ttl option, but the more commonly used host {a,aaaa}_add commands do not. We should implement this so that we can go from:

host a_add foo 1.2.3.4
host ttl_set foo 600

To:

host a_add foo 1.2.3.4 -ttl 600

It's unclear yet whether or not we can set TTL when creating A/AAAA records, but either way, we should strive to support setting TTL directly in the command regardless of how it's implemented on the server.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions