UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit:
unbound
Unbound is a validating, recursive, caching DNS resolver.Package info
Codename: unbound
Source file: unbound-1.10.0.tar.gz
Source directory: unbound-1.10.0
Package URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/u/unbound-1.10.0.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/u/unbound-1.10.0.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
Build script:
make
Install script:
#create user
useradd -c "Unbound Daemon Owner" -U -d /var/lib/unbound -r unbound
#install files
make install
#install service
mkdir /usr/lib/systemd/system
cat > /usr/lib/systemd/system/unbound.service << "EOF"
[Unit]
Description=Validating, recursive, and caching DNS resolver
After=network.target
[Install]
WantedBy=multi-user.target
[Service]
ExecReload=+/bin/kill -HUP \$MAINPID
ExecStart=/usr/sbin/unbound
Type=forking
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_SYS_RESOURCE CAP_NET_RAW
EOF
Apache/2.4.62 (Debian) Server at ulfs.org Port 443