#!/bin/bash
set -e

# a simple smoke test just make sure that at least one query can go through:
diff -u <(kdig +short @127.0.0.1 getdnsapi.net) <(echo 185.49.141.37)

# more ideas for better tests?  we want them!  send them to the BTS, please.
