Blocky: Difference between revisions

Pascal (talk | contribs)
m Update to current blocky config format
Klinger (talk | contribs)
m Category:DNS added
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[https://github.com/0xERR0R/blocky Blocky] is a DNS proxy and ad-blocker for the local network written in Go.  
[https://github.com/0xERR0R/blocky Blocky] is a DNS proxy and ad-blocker for the local network written in [[Go]].  
It provides network wide adblocking similar to Pi-hole while offering additional features (and it's in nixpkgs).
It provides network wide adblocking similar to Pi-hole while offering additional features (and it's in nixpkgs).


Line 42: Line 42:
caching = {
caching = {
   minTime = "5m";
   minTime = "5m";
   maxTime = "30m"
   maxTime = "30m";
   prefetching = true;
   prefetching = true;
};
};
Line 48: Line 48:


[[Category:Server]]
[[Category:Server]]
[[Category:Cookbook]]
[[Category:Networking]]
[[Category:DNS]]