
run::
	CONF=rrdnsd.SECRET.json ../target/debug/rrdnsd

ping::
	while true; do time curl 'http://localhost:3333/health' -s >/dev/null; sleep 0.5; date;  done
