You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: