net-firewall/nft-dns - 0.6.1 (hering-overlay)

Search

Install

Install this version:

emerge -a =net-firewall/nft-dns-0.6.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-firewall/nft-dns-0.6.1

Or alternatively:

emerge --autounmask-write -a =net-firewall/nft-dns-0.6.1

Package Information

Description:
Make nftables resolve fqdn on-the-fly
Homepage:
https://github.com/azlux/nft-dns
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

DESCRIPTION="Make nftables resolve fqdn on-the-fly"
HOMEPAGE="https://github.com/azlux/nft-dns"
SRC_URI="https://github.com/azlux/${PN}/archive/refs/tags/${PV}.tar.gz -> nft-dns-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/pydantic
	dev-python/dnspython
	net-firewall/nftables"

src_install() {
	newdoc MANUAL.md nft-dns.md

	insinto /usr/share/nft-dns
	doins entry.py

	exeinto /usr/share/nft-dns
	doexe nft-dns.py

	dosym -r "/usr/share/nft-dns/nft-dns.py" /usr/bin/nft-dns

	insinto /etc
	doins nft-dns.conf

	systemd_dounit "${FILESDIR}"/nft-dns.service
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/pydantic
	dev-python/dnspython
	net-firewall/nftables

Manifest for 0.6.1

Type File Size Source URLs
DIST nft-dns-0.6.1.tar.gz 7915 bytes https://github.com/azlux/nft-dns/archive/refs/tags/0.6.1.tar.gz