SnitchDNS
SnitchDNS copied to clipboard
Database Driven DNS Server with a Web UI
I try to use containerd to build the docker image I used ”nerdctl build -t snitchdns .“ Then it failed: failed to ingest "blobs/sha256/b0cc371e7aa86d19fa79c5287223fb612aa86ef46d18296a8273df198719caa1": failed to read expected number of...
When calling `docker stop snitch` the container does not shutdown the services and exits. So it does not respond to SIGTERM signals. Docker will wait some time, by default 10...
I am using snitchdns deployed over docker. The DNS as such works fine. The difficulty is in accessing the ui. Only the https server is working. http just returns not...
Not sure if this is actually needed, but it'd be a good feature to add.
``` INFO:twisted:Lookup failed INFO:twisted: query from ('xxx.xxx.xxx.xxx', 52909) Unhandled Error Traceback (most recent call last): File "/opt/snitchdns/venv/lib/python3.8/site-packages/twisted/names/server.py", line 538, in messageReceived self.handleQuery(message, proto, address) File "/opt/snitchdns/app/lib/daemon/server/factory.py", line 50, in handleQuery...
A feature to set time restrictions on responses, for example between `0900 - 1730` to only limit resolution during working hours. This will probably require a face-lift for the whole...
The idea would be to allow users to create a custom handler/module for processing DNS requests, in order to extend its functionality. For example, if you want to add your...
Scripts are almost ready, run a few extra tests and release with instructions on how to use. - [ ] Bash Scripts - [ ] PowerShell Scripts - [ ]...
from 'manual install tutorial' ..