zerotier / zeronsd

A DNS server for ZeroTier users
https://zerotier.com
BSD 3-Clause "New" or "Revised" License
510 stars 57 forks source link

Why the ZeroTier Systemd Manager? #125

Closed tcurdt closed 2 years ago

tcurdt commented 2 years ago

I looked at the quickstart - but I don't get the need for the "ZeroTier Systemd Manager" install.

What's the difference to just run zeronsd through systemd?

Would be great to expand on this in the quickstart.

erikh commented 2 years ago

the systemd manager allows us to manage your resolvectl settings for systemd-resolved. It has very little to do with zeronsd directly, just DNS resolution on a per-network basis on linux, which is incapable of doing this without systemd-resolved (e.g., resolv.conf cannot provide per-interface DNS resolving capability). Compare with windows and OS X, which do not need such an agent, because they do it natively.

Closing this ticket as answered; if @someara is feeling up to updating the quickstart I am all for it, but I think we can link to this response for similar questions later. I want to say this is already answered in the various READMEs for the two projects as well.

-Erik

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, January 28th, 2022 at 6:14 AM, Torsten Curdt @.***> wrote:

I looked at the quickstart - but I don't get the need for the "ZeroTier Systemd Manager" install.

What's the difference to just run zeronsd through systemd?

Would be great to expand on this in the quickstart.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

tcurdt commented 2 years ago

Ah! OK.

Sorry that I have missed those READMEs. Can you maybe add a link to them here for future reference?

I only found

Linux users are strongly encouraged to use systemd-networkd along with systemd-resolved to get per-interface resolvers that you can isolate to the domain you want to use. If you'd like to try something that can assist with getting you going quickly, check out the zerotier-systemd-manager repository.

erikh commented 2 years ago

https://github.com/zerotier/zeronsd https://github.zom/zerotier/zerotier-systemd-manager

scroll down a bit for both

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, January 29th, 2022 at 2:54 AM, Torsten Curdt @.***> wrote:

Ah! OK.

Sorry that I have missed those READMEs. Can you maybe add a link to them here for future reference?

I only found

Linux users are strongly encouraged to use systemd-networkd along with systemd-resolved to get per-interface resolvers that you can isolate to the domain you want to use. If you'd like to try something that can assist with getting you going quickly, check out the zerotier-systemd-manager repository.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you modified the open/close state.Message ID: @.***>

tcurdt commented 2 years ago

IMO https://github.com/zerotier/zeronsd only answers this only when you know what you are looking for. The README at https://github.com/zerotier/zerotier-systemd-manager is more clear. I would still suggest to add a sentence to the quickstart. But I am fine now :) Thanks