-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intergrate ZeroNSd support #25
base: main
Are you sure you want to change the base?
Conversation
Updated Network page Updated save on db.json
backend/services/network.js implements correct handling of dns: stanza required by ZeroNSd. Unfortunately this breaks frontend. I think this is because of delete statements. Unfortunately I know too little about nodejs to implement a proper solution. I tried mitigating problem using a copy of the data, but that didn't work. Anything else coming to mind seems to ugly to be 'right'.
I am unsure about this solution: frontend writes to "additionalConfig" but reads back from `config.dns` maintained by backend.
This creates a Docker container with ZeroTier-One, zero-ui and ZeroNSd all-in-one solution. It also includes a trivial fix to allow ZeroNSd to work with zero-ui.
Hello, @mcondarelli. I'm sorry for the late response. I've been thinking for some time about DNS implementation. |
Hello, any progress? |
Hello, @faicker |
Thanks, waiting for it. @dec0dOS |
Any updates? |
I don't know why it wasn't merged, but I think we can modify zeroDNS and start a compatible Docker project to integrate it uniformly |
Pull request type
Early feedback
Please check the type of change your PR introduces:
What is the current behavior?
No integration with ZeroNSd
No all-in-one Docker container
Issue Number: 14
What is the new behavior?
Integration with ZeroNSd
Experimental all-in-one Docker container (ZeroTier-One + ZeroUI + ZeroNSd)
Does this introduce a breaking change?
Note current ZeroUI is not fully compatible with ZeroTier Central API; I chose to modify ZeroNSd to adapt it to current
ZeroUI behavior, but "Right Ting" should be the other way around.
Other information
Please see Issue #14