Skip to content
New issue

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

Can't update TTL of domain with multiple A records #343

Open
jsoref opened this issue Feb 23, 2018 · 3 comments
Open

Can't update TTL of domain with multiple A records #343

jsoref opened this issue Feb 23, 2018 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@jsoref
Copy link
Contributor

jsoref commented Feb 23, 2018

I have:

mail.example.com 127.1.0.1 0 60
mail.example.com 127.1.0.2 0 60
mail.example.com 127.1.0.3 0 60
mail.example.com 127.1.0.4 0 60

I want to change that to:

mail.example.com 127.1.0.1 0 600
mail.example.com 127.1.0.2 0 600
mail.example.com 127.1.0.3 0 600
mail.example.com 127.1.0.4 0 600

I tried listing the example.com domain, going to the page w/ mail.... and changing each ttl from 60 to 600.

I get an error saying that each TTL must be the same, one error per row I'm changing.

@edmondas edmondas added bug Something isn't working unconfirmed No one from the team confirmed this labels Jan 2, 2022
@edmondas edmondas removed the unconfirmed No one from the team confirmed this label Jan 9, 2022
@edmondas edmondas added this to the v2.1.9 milestone Jan 9, 2022
@edmondas
Copy link
Contributor

edmondas commented Jan 9, 2022

As a result of the merge of #334, we have another issue :)
image

@jsoref
Copy link
Contributor Author

jsoref commented Jan 9, 2022

Sigh. 2 steps forward 1 step back?

I'm on vacation. I guess to deal with this, we'd have to check to see if all proposed items are consistent and cover all names.

@edmondas edmondas modified the milestones: v2.1.9, v2.2.0 Jan 14, 2022
@edmondas
Copy link
Contributor

I decided to delay fixing this issue until the next release, since we need to rethink validations. Now, the main focus is on fixing the current DNSSEC implementation.

@edmondas edmondas modified the milestones: v2.2.1, v2.2.2 Jan 22, 2022
@edmondas edmondas added enhancement New feature or request and removed bug Something isn't working labels Jan 23, 2022
@edmondas edmondas modified the milestones: v2.2.2, v2.2.3 Mar 6, 2022
@edmondas edmondas modified the milestones: v3.5.0, v3.6.0 Feb 18, 2023
@edmondas edmondas modified the milestones: v3.6.0, v3.7.0 Oct 7, 2023
@edmondas edmondas modified the milestones: v3.7.0, v3.8.0 Dec 3, 2023
@edmondas edmondas modified the milestones: v3.8.0, v3.9.0 Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants