Any plans for a WEB GUI ? #261
Replies: 4 comments 17 replies
-
Hey, no, currently not. There is a Grafana dashboard for prometheus metrics, which shows some internal metrics and allows to enable/disable the blocking state. I'm also currently working on (#258). This will allow to create another Grafana dashboard with detailed statistics about asked queries (e.g. top 20 asked domains, Top 20 blocked domains, last queries etc). I'm trying to follow the KISS principle and implement only core features (basically DNS features) and provide integration for other tools (REST api, prometheus integration). |
Beta Was this translation helpful? Give feedback.
-
No, currently, you can only control the blocking (enable, disable), trigger the list refresh and perform a DNS query. Here is the current REST API description: https://0xerr0r.github.io/blocky/swagger.html |
Beta Was this translation helpful? Give feedback.
-
Should I create a new frontend? |
Beta Was this translation helpful? Give feedback.
-
@0xERR0R Hey 👋 I was having some problems running the existing It shows you the current state of the DNS server, allows you to enable and disable it (using timers too), allows you to clear the cache and reload the allow/deny lists, and lastly, you can also perform DNS queries with it (and if you use blocky with a DB, you can also view the query log history). Feel free to check the repo out, it has deploy instructions there, and also please let me know if you have any feedbacks or ideas! 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using blocky and really enjoying it. I was previously using PiHole which has a nice UI to inspect what's going to and stuffs. Just wanted to ask if there is any plan for any GUI?
Beta Was this translation helpful? Give feedback.
All reactions