bin/pvl.hosts-reverse
author Tero Marttila <tero.marttila@aalto.fi>
Tue, 24 Feb 2015 21:38:12 +0200
changeset 458 600ad9eb6f25
child 475 a76571e27c6f
permissions -rwxr-xr-x
pvl.hosts.zone: cleanup and split pvl.hosts-forward and pvl.hosts-reverse from pvl.hosts-dns
#!/usr/bin/env python

import pvl.hosts.zone
import sys

sys.exit(pvl.hosts.zone.reverse_main())