#! /bin/bash

source /opt/config.sh
for h in ${reals//,/ }; do
    [ "a$h" = "a$myhost" ] && exit 0
done
exit 1
