#!/bin/sh
if grep -q $PEER_KEY /etc/fastd_blacklist; then
echo $PEER_KEY blacklisted
exit 1
fi
exit 0