bin/pvl.hosts-forward
changeset 458 600ad9eb6f25
child 475 a76571e27c6f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/pvl.hosts-forward	Tue Feb 24 21:38:12 2015 +0200
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import pvl.hosts.zone
+import sys
+
+sys.exit(pvl.hosts.zone.forward_main())