You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API lets you set a ttl on a cname that is different from the ttl setting on the host object.
But the CLI doesn't let you do that, yet.
Let's add an option to the cname_add command. And consider doing something similar to cname_replace so you can modify the ttl value without deleting the cname and adding it again.
The API lets you set a ttl on a cname that is different from the ttl setting on the host object.
But the CLI doesn't let you do that, yet.
Let's add an option to the
cname_add
command. And consider doing something similar tocname_replace
so you can modify the ttl value without deleting the cname and adding it again.mreg-cli/mreg_cli/host.py
Lines 1292 to 1341 in 9a66b8c
The text was updated successfully, but these errors were encountered: