#!/bin/sh

exec glorytun bind "$@" \
	$BIND $BIND_PORT \
	${DEV:+dev "$DEV"} \
	${HOST:+to "$HOST" "$PORT"}
