jmeaster30 / simpledns

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

Add filewatcher for config BACK #10

Closed jmeaster30 closed 2 months ago

jmeaster30 commented 4 months ago

I don't know what I was thinking with #1. The point of this project was to make configuration done with an easy to use config file only and not require restarts

We achieve this with the sqlite database but the point of the database was specifically for file based caching #4 along with in-memory caching.

My overall vision is to have a series of networking tools that can be configured solely through a single config file

jmeaster30 commented 2 months ago

NOPE The me who removed it was a genius. I need to beef up the CLI actually

We can have a central DB file for everything but that should be it. All settings should be set up with the database