Skip to content
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

Rewrite Weird DNS Server in Rust #270

Open
zicklag opened this issue Dec 20, 2024 · 0 comments
Open

Rewrite Weird DNS Server in Rust #270

zicklag opened this issue Dec 20, 2024 · 0 comments
Assignees
Milestone

Comments

@zicklag
Copy link
Collaborator

zicklag commented Dec 20, 2024

Right now our Weird DNS server is built into the Weird server, but for something so fundamental and important to the availability of the app and more, I think we should rewrite it in Rust and deploy as a microservice.

The DNS server gets all of it's info from Redis and that can remain unchanged.

The current DNS server is here in $lib/dns/server.ts.

For the Rust implementation we want to use the hickory-server library.

@zicklag zicklag self-assigned this Dec 20, 2024
@zicklag zicklag added this to the v0.5 milestone Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant