#!/bin/sh

# Change to the directory containing this script
set -e
cd "$(dirname "$0")"

# Start htparser running this dynhosts script.
htparser plain:port=8080 -- ./dynhosts .
