Made a go app for querying api endpoints. #1047
t-e-s-tweb
started this conversation in
Show and tell
Replies: 1 comment
-
Since the query logs are usually stored in a separate database it would be easier to read them from there instead of reading them via a API endpoint(which would be rather complex implementing SQL features). Editing the configuration is not possible during the runtime since it would require a restart to activate them. Furthermore is it possible to split the configuration in multiple files or have read-only configurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking for a frontend for blocky but the current available ones require too many dependencies for just a simple function.
So, I made a simple go app which when run requests your domain name, enter the domain name without https:// and the ending / and after that its as simple as choosing options. e.g github.com
blockyapiamd64.zip
It would be great if we could read and edit the configuration file and view querylog via api calls. There are some apps like https://github.com/looterz/grimd/blob/master/api.go which have the ability to view detailed query log over api.
Beta Was this translation helpful? Give feedback.
All reactions