zerotier / zeronsd

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

Make it not need root (mostly for test/dev) #212

Closed laduke closed 1 year ago

laduke commented 1 year ago

Just a nice to have type of thing.

When you cargo run as root or make test-integration, it creates root owned files in ./target. Then you need to be root anytime you do anything with cargo after that, or at least delete .cargo-lock

I think it needs root to

laduke commented 1 year ago

meh