Skip to content

Instantly share code, notes, and snippets.

@gmr
gmr / bindify.py
Last active May 14, 2024 07:02
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')