Package Details: blocky 0.23-2

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
Submitter: ilpianista
Maintainer: nicolarevelant
Last Packager: nicolarevelant
Votes: 3
Popularity: 0.97
First Submitted: 2020-04-16 07:08 (UTC)
Last Updated: 2024-03-10 17:37 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Latest Comments

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:

upstream:
    externalResolvers:
      - https://security.cloudflare-dns.com/dns-query

blocking:
    # definition of blacklist groups. Can be external link (http/https) or local file
    blackLists:
      blocklists:
        - http://sysctl.org/cameleon/hosts
        - https://dbl.oisd.nl/
        - https://mirror1.malwaredomains.com/files/justdomains
        - https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
        - https://raw.githubusercontent.com/erkexzcx/disconnectme-pihole/master/services_Advertising.txt
        - https://raw.githubusercontent.com/erkexzcx/disconnectme-pihole/master/services_Analytics.txt
        - https://raw.githubusercontent.com/erkexzcx/disconnectme-pihole/master/services_Cryptomining.txt
        - https://raw.githubusercontent.com/erkexzcx/disconnectme-pihole/master/services_FingerprintingInvasive.txt
        - https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
        - https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
        - https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
        - https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
        - http://sysctl.org/cameleon/hosts
    clientGroupsBlock:
      default:
        - blocklists
    blockType: zeroIp
    refreshPeriod: 0

bootstrapDns: tcp:1.1.1.1

logLevel: error

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 ?