net-dns/unbound: add package with ipset module enable

This commit is contained in:
2024-10-05 21:37:30 +03:00
parent 535d24ebd6
commit b24e984bdc
12 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Unbound recursive Domain Name Server
After=network.target
Before=nss-lookup.target
Wants=nss-lookup.target
[Service]
ExecStartPre=/usr/sbin/unbound-checkconf
ExecStart=/usr/sbin/unbound -d
[Install]
WantedBy=multi-user.target