mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
Supports DoH, DoT and prometheus+grafana integration with very versatile cli and configuration options Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
14 lines
242 B
Bash
14 lines
242 B
Bash
# Copyright 2019-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit acct-user
|
|
|
|
DESCRIPTION="A user for net-dns/blocky"
|
|
|
|
ACCT_USER_ID="100"
|
|
ACCT_USER_GROUPS=( "blocky" )
|
|
|
|
acct-user_add_deps
|