Search Criteria
Package Details: blocky 0.24-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: | 3 |
Popularity: | 0.003399 |
First Submitted: | 2020-04-16 07:08 (UTC) |
Last Updated: | 2024-06-07 20:13 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
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 ?