#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec /usr/bin/nextdns run ${OPTS:--config-file /etc/nextdns.conf}
