zeronsd
zeronsd copied to clipboard
A DNS server for ZeroTier users
re issue #209 they would fail _sometimes_ so far so good with this change this change inserts fd23:3cca:ac27:8e85:c199:9300::/88 instead of fd23:3cca:ac27:8e85:c199:93e7:50c5:1646/88 into the reverse ptr authority actually it would insert...
Cant start zeronsd ``` sudo /usr/bin/zeronsd start -l trace -t /home/daniel/zttoken -d lan a....3 Dec 01 13:23:43.601 INFO zeronsd::init: Welcome to ZeroNS! Error: failed to parse header value ``` running...
This upgrades trust-dns to v0.22 and will likely be my last patch to this project. I checked `make test` (which only runs `--lib`, not the integration tests) and all seemed...
Hi! I can see typical startup output: ``` /usr/local/bin/zeronsd start -t /private/var/lib/zerotier-one/token -d zerotier Oct 18 09:23:48.614 INFO zeronsd::init: Welcome to ZeroNS! Oct 18 09:23:49.583 INFO zeronsd::init: Your IP for...
Is it possible to use the DNS without a Domain? So instead of https://Homecloud.home.arpa/ I just want to use https:/Homecloud/?
tokio is was eating the panics and continuing on with no socket listening on 53 making tokio crash would take a bunch of rewrite, i think, so i moved the...
I think it should be the other way around. If you have a config file, and then specify something differently with a flag, the flag should win.
README gets out of sync with the cli. https://github.com/ConnorGray/clap-markdown or something similar
For #205 Makes it not configure the dns servers and domain on the zerotier network in my.zerotier.com That was easy. Will try to add a test if I get motivated.
## Feature request In our environment, we'd like ZT Central to be configured with a different search domain and DNS server address than zeronsd. Currently, zeronsd changes Central's config to...