We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to try write dns server in go, but instead of standard axfr mechanism to transfer data, i want to use mesh.
Where i need to start? Thanks!
The text was updated successfully, but these errors were encountered:
Hi @vtolstov,
The WeaveDNS (blog entries, src, docs) server uses mesh to transfer records among multiple peers. Have you taken a look into it?
WeaveDNS
mesh
Sorry, something went wrong.
This is perhaps a more relevant blog post: https://www.weave.works/weave-gossip-dns/
On Mon, Aug 1, 2016 at 5:21 PM, Martynas Pumputis notifications@github.com wrote:
Hi @vtolstov https://github.com/vtolstov, The WeaveDNS (blog entries https://www.weave.works/tag/dns/, src https://github.com/weaveworks/weave/tree/master/nameserver, docs https://www.weave.works/docs/net/latest/weavedns/) server uses mesh to transfer records among multiple peers. Have you taken a look into it? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #50 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AAbGhaZ1hxryseCgNuR5_F62n8p2iTVwks5qbh0UgaJpZM4JYx17 .
Hi @vtolstov https://github.com/vtolstov,
The WeaveDNS (blog entries https://www.weave.works/tag/dns/, src https://github.com/weaveworks/weave/tree/master/nameserver, docs https://www.weave.works/docs/net/latest/weavedns/) server uses mesh to transfer records among multiple peers. Have you taken a look into it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #50 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AAbGhaZ1hxryseCgNuR5_F62n8p2iTVwks5qbh0UgaJpZM4JYx17 .
No branches or pull requests
I want to try write dns server in go, but instead of standard axfr mechanism to transfer data, i want to use mesh.
Where i need to start? Thanks!
The text was updated successfully, but these errors were encountered: