blocky

blocky 0.35.0

Fast and lightweight DNS proxy as ad-blocker for local network with many features

https://0xerr0r.github.io/blocky
Apache License 2.0
main program: blockyprograms: blocky, schemagen
Platforms (30)
microblaze-linuxwasm32-wasip1i686-linuxmips64-linuxpowerpc64le-linuxpowerpc-linuxmips64el-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  blocky
];
Ad-hoc shell
nix-shell -p blocky
Flake (nix run)
nix run nixpkgs#blocky