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

reduce ZET nameserver pain by clarifying Linux install for server vs. workstation #983

Open
qrkourier opened this issue Nov 21, 2024 · 0 comments

Comments

@qrkourier
Copy link
Member

Workstation distros like Fedora and Ubuntu tend to have systemd-resolved pre-installed, which is required for ZET service to function with the default config.

Server distros like RedHat and Debian do not, so they must either install systemd-resolved or run-as root to enable manipulating /etc/resolv.conf, which does not perform as well as the default mode of operation.

Both RedHat and Debian distros' package managers have a concept of recommended or suggested packages, so we could include systemd-resolved as such a soft dependency and enhance the install script and instructions to do the right thing for server distros, which would be to not install systemd-resolved by default while making it convenient and obvious how to install it concurrently.

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

No branches or pull requests

1 participant