This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 151
FEATURE: Sync DNS servers #175
Labels
enhancement
New feature or request
Comments
I will get on this probably. |
The best and easiest way to do it live would be websockets. |
Why do you think websockets would be a good alternative? |
This PR Implements it using the alternative way. |
And on startup. |
because they're a full-duplex conection, meaning you can send anything live with them, and if you lose connection then you could go to |
The PR i submitted works pretty well |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
The current webxDNS system can only be run by itself.
Describe the solution you'd like
There should be a sync between webxDNS servers.
The solution that I came up from the top of my head is by having something like Zone files and syncing those from the main server.
This would also allow subdomains and other features to be implemented easily.
Describe alternatives you've considered
Another solution which is easier but not good for the long term. Just having DNS servers request /domains until they get all of them, and do this every x hrs or something.
Additional context
I will likely implement this.
The text was updated successfully, but these errors were encountered: