#!/usr/bin/env python CONFIG = {} # The origin of the zone file CONFIG['origin'] = 'example.org' # The zone file itself CONFIG['zonefile'] = './example.org.zone' # Should return the external IP address of the current host CONFIG['lookup_url'] = 'http://ipv4.example.org/'