Search Criteria
Package Details: blocky 0.29.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/blocky.git (read-only, click to copy) |
|---|---|
| Package Base: | blocky |
| Description: | Fast and lightweight DNS proxy as ad-blocker |
| Upstream URL: | https://github.com/0xERR0R/blocky |
| Keywords: | ad-blocking DNS proxy |
| Licenses: | Apache-2.0 |
| Submitter: | ilpianista |
| Maintainer: | nicolarevelant |
| Last Packager: | nicolarevelant |
| Votes: | 4 |
| Popularity: | 0.000077 |
| First Submitted: | 2020-04-16 07:08 (UTC) |
| Last Updated: | 2026-04-04 15:08 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
demiurg commented on 2026-02-15 16:28 (UTC)
2026: still contains wrong config file
Smokie commented on 2025-01-02 17:11 (UTC)
The current systemd service fails, in case no other application "requires" the network-online.target (e.g. on a blocky only devices). It is created in a way that the network-online.target "Wants" blocky, but someone wanting the network-online.target is missing. Adding a "Wants=network-online.target" and switching to "WantedBy=multi-user.target" solved it for me. "WantedBy" ensures that blocky is started while "Wants" requests the network-online.target to get started.
nicolarevelant commented on 2024-03-10 15:00 (UTC)
Default config taken from: https://0xerr0r.github.io/blocky/v0.23/configuration/
erkexzcx commented on 2021-01-21 22:07 (UTC) (edited on 2021-01-21 22:08 (UTC) by erkexzcx)
Here is the config file that I am using:
Dulbi commented on 2020-07-02 22:27 (UTC)
Could you please provide the yml basic config file ? Could you please add a systemd service for it also ?