This commit is contained in:
Reid 'arrdem' McKenzie 2021-05-31 12:28:46 -06:00
commit 03b37675b5
32 changed files with 193 additions and 169 deletions
projects/public-dns/src/python/arrdem/updater

View file

@ -2,21 +2,21 @@
A quick and dirty public DNS script, super tightly coupled to my infrastructure.
"""
import sys
import os
import argparse
import re
import os
from pprint import pprint
import re
import sys
for e in sys.path:
print(e)
from gandi.client import GandiAPI
import jinja2
import meraki
import pkg_resources
import yaml
import meraki
RECORD_LINE_PATTERN = re.compile(