diff options
author | Rahil Bhimjiani <me@rahil.rocks> | 2024-01-01 11:23:54 +0530 |
---|---|---|
committer | Rahil Bhimjiani <me@rahil.rocks> | 2024-01-01 11:23:54 +0530 |
commit | 26fd689d608e7cb99a173c645851cc22e66af2e3 (patch) | |
tree | f57e0b0bb57045fe97950f8c0f8978a0f5035cef /acct-group | |
parent | net-dns/AdGuardHome: Pi-Hole alternative written in Go (diff) | |
download | guru-26fd689d608e7cb99a173c645851cc22e66af2e3.tar.gz guru-26fd689d608e7cb99a173c645851cc22e66af2e3.tar.bz2 guru-26fd689d608e7cb99a173c645851cc22e66af2e3.zip |
net-dns/blocky: Fast and lightweight DNS proxy as ad-blocker
Supports DoH, DoT and prometheus+grafana integration with very versatile
cli and configuration options
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/blocky/blocky-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/blocky/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/blocky/blocky-0.ebuild b/acct-group/blocky/blocky-0.ebuild new file mode 100644 index 000000000..a85e41314 --- /dev/null +++ b/acct-group/blocky/blocky-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for net-dns/blocky" + +ACCT_GROUP_ID="69" diff --git a/acct-group/blocky/metadata.xml b/acct-group/blocky/metadata.xml new file mode 100644 index 000000000..3e6b5d8ad --- /dev/null +++ b/acct-group/blocky/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>me@rahil.rocks</email> + <name>Rahil Bhimjiani</name> + </maintainer> +</pkgmetadata> |