Skip to content

Instantly share code, notes, and snippets.

View tallpauley's full-sized avatar

Christopher Pauley tallpauley

View GitHub Profile
@tallpauley
tallpauley / bindify.py
Created January 18, 2017 20:11 — forked from gmr/bindify.py
Convert tinydns zone files to bind
#!/usr/bin/env python
import collections
import datetime
from os import path
import pickle
import sys
if len(sys.argv) < 2:
print('Usage: bindify.py zonefile')