zerotier / zeronsd

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

Local name without domain #219

Open Markus275 opened 1 year ago

Markus275 commented 1 year ago

Is it possible to use the DNS without a Domain? So instead of https://Homecloud.home.arpa/ I just want to use https:/Homecloud/?

erikh commented 1 year ago

you can add this locally to your machine inside of /etc/resolv.conf, by adjusting the search​ or domain​ parameters. Check the file's manual pages for more information. Not quite sure how to do it on windows.

As for making the server do it? Not easily. ------- Original Message ------- On Friday, April 28th, 2023 at 4:06 AM, Markus275 @.***> wrote:

Is it possible to use the DNS without a Domain? So instead of https://Homecloud.home.arpa/ I just want to use https:/Homecloud/?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Markus275 commented 1 year ago

you can add this locally to your machine inside of /etc/resolv.conf, by adjusting the search​ or domain​ parameters. Check the file's manual pages for more information. Not quite sure how to do it on windows. As for making the server do it? Not easily. ------- Original Message ------- On Friday, April 28th, 2023 at 4:06 AM, Markus275 @.> wrote: Is it possible to use the DNS without a Domain? So instead of https://Homecloud.home.arpa/ I just want to use https:/Homecloud/? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you very much.

Can be done in Windows by editing the C:\Windows\System32\drivers\etc\hosts file.