We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host cname_show
It is impossible to display the TTL of a CNAME, as far as I can tell... (?)
host info will display TTL of A-record.
host info
host cname_show only display the target of the CNAME.
IMO host cname_show should display the TTL as well.
mreg-cli/mreg_cli/host.py
Lines 426 to 428 in 5e6bda6
Lines 1386 to 1429 in 5e6bda6
PS. You are able to set the TTL with host set_ttl <cname> <ttl>
host set_ttl <cname> <ttl>
The text was updated successfully, but these errors were encountered:
Oh. Wait. host ttl_show does the trick.
host ttl_show
But maybe display it through host cname_show as well?
Sorry, something went wrong.
No branches or pull requests
It is impossible to display the TTL of a CNAME, as far as I can tell... (?)
host info
will display TTL of A-record.host cname_show
only display the target of the CNAME.IMO
host cname_show
should display the TTL as well.mreg-cli/mreg_cli/host.py
Lines 426 to 428 in 5e6bda6
mreg-cli/mreg_cli/host.py
Lines 1386 to 1429 in 5e6bda6
PS.
You are able to set the TTL with
host set_ttl <cname> <ttl>
The text was updated successfully, but these errors were encountered: