mwarning / zerotier-openwrt

A OpenWrt package for ZeroTier One - Pull requests are welcome!
665 stars 140 forks source link

Zeronsd - compile and add to feed in openwrt #103

Closed ehrenmann1977 closed 1 week ago

ehrenmann1977 commented 2 years ago

There is a need for Zeronsd for openwrt, since without it, it would be difficult to setup a DNS server for Zerotier networks. Now the ZeroNSD has been in alpha, could you please compile it and add it to the feed.

https://www.zerotier.com/2021/05/06/zeronsd-unicast-dns-resolution-for-zerotier-now-in-alpha/

thank you

ogarcia commented 2 years ago

IMHO, zeronsd should be a different package

ehrenmann1977 commented 2 years ago

yes it is a different package, could you please compile it and create a new project for it, since you have the necessary knowhow. I tried compiling for openwrt but still I am new to it.

mwarning commented 2 years ago

Zeronsd is written in Rust. OpenWrt does not seem to support Rust based projects yet.

ehrenmann1977 commented 2 years ago

there are some other alternatives, written in go, if we can cross-compile it for openwrt, it would be supported. here is another project written in go https://github.com/mje-nz/zerotier-dns I am still struggling with buildroot to crosscompile a project

ogarcia commented 1 month ago

@mwarning I would close this issue because in any case it would make sense for zeronsd to have its own package. What do you think?

ogarcia commented 1 week ago

The issue is closed since in any case zeronsd should be in a different package and, for now, it does not seem to be possible to port it to OpenWrt.