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

feat(ns8): add DNS server running check and disabled dns toggle #16

Merged
merged 6 commits into from
Aug 2, 2024

Conversation

stephdl
Copy link
Contributor

@stephdl stephdl commented Jul 30, 2024

Implement a check in the UI to verify if the tcp/53 or the udp/53 is not already used. The toggle and the button is disabled when the check is true.

The test should take care that the dns ports are used from another instances, we test if the dnsmasq configuration is set to False: dns-server.enabled == False

image

NethServer/dev#6982

@stephdl stephdl force-pushed the sdl-6982 branch 3 times, most recently from b4103ff to 5b1197a Compare July 30, 2024 13:59
@stephdl stephdl requested a review from DavidePrincipi July 31, 2024 13:42
Copy link
Member

@DavidePrincipi DavidePrincipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok for me. I don't like the plural are_dns_bound. I suppose it is for both TCP and UDP; in any case is_dns_bound sounds better for me.

@Tbaile Tbaile changed the title feat: Add DNS server running check and disabled dns toggle feat(ns8): add DNS server running check and disabled dns toggle Aug 2, 2024
@Tbaile Tbaile merged commit 3c4d6dc into main Aug 2, 2024
2 checks passed
@Tbaile Tbaile deleted the sdl-6982 branch August 2, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants