#!/bin/bash

set -xe

[ -e /tmp/proxy.sh ] && . /tmp/proxy.sh
microdnf -y --nodocs --noplugins install nsd
# make_volatile /var/lib/nsd

exit 0