#!/bin/sh
# Put a DNS record in RFC1035 format

RECORD=$1

echo $RECORD >>/var/lib/put-dns/pending.txt


