jmeaster30 / simpledns

A really basic DNS server written in Rust
0 stars 0 forks source link

Replace file watcher with sqlite database #1

Closed jmeaster30 closed 9 months ago

jmeaster30 commented 9 months ago

Currently we are creating a file watcher on the config file in order to configure the server live without needing to restart.

However, I realized it would bring a lot of benefits to move the configuration into a sqlite database.

The sqlite database will allow:

jmeaster30 commented 9 months ago

Moved to a sqlite database! Closing as the caching is for issue #4