* commit 'bdaea88bf0b79d84da717393a447f71bd78e3cff':
Add "FAQ" link to the header
more trackers
fix url
tooltip
capitalize category name
fix gitignore
remove extra file
Add trackers, rework some text
Fix some UI issues, rename DNS->Home
* commit '880ad362a849cc53729128b614a4d4cc1d696750':
Makefile -- use variable for target binary
coredns plugin -- remove debug logging
single binary -- coredns also tries to parse arguments, it kills itself on unknown flags
Update makefile to build only one binary instead of two
WIP -- single binary -- works, replies to DNS, but need to check what got broken
* commit 'd2e5692694e4537038434b56020f4e6c9e782955':
Remove debug logging added by previous commit.
If running from terminal, ask for username/password if config file does not exists
* commit '35368619b0d7ed0fb838d749cd7b2f63ae9c9aa3':
Fix footer links
Add progress bar to the stats tables
Add new logo
Replace the main Statistics graph with 4 blocks instead
Clean static folder on build
* commit '8d13770b0d4b6d8fde0a61bbfdaa7bf9817142f6':
Remove unneeded debug prints
API filtering/add_url -- accept JSON instead of name=value lines
Remove unused module
Send json for addFilter request
Fix params
Add name field to the filter subscription dialog
* commit '383f1c2fb38437e682ec9fc6623672730dae4581':
Hide badge if core is not running
Add client requests for toggle protection
API backend -- implement ability to turn toggle all protection in one go, helpful to temporarily disable all kinds of filtering
* commit 'e689c7d940e9a20bc13f024e18b86f3c1e5ba759':
Do not lose filter name when saving to yaml
coredns querylog -- since we read entire querylog json once at startup, fill querylog cache from it and then rotate it on each incoming DNS query
Cache DNS lookups when resolving safebrowsing or parental servers, also cache replacement hostnames as well.