#!/bin/sh

set -eu

cp -r examples "$AUTOPKGTEST_TMP"/.
cd "$AUTOPKGTEST_TMP"/examples

python3 blockingdns.py localhost
python3 testing.py 
python3 mxquery.py debian.org
