From f3920f0298e95193752d3a52345deb9fc0a22b38 Mon Sep 17 00:00:00 2001 From: Daniel Washburn Date: Wed, 28 Dec 2016 10:52:21 -0500 Subject: Add config entry for the host which is to be updated --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 9502668..736f150 100644 --- a/config.py +++ b/config.py @@ -8,5 +8,8 @@ CONFIG['origin'] = 'example.org' # The zone file itself CONFIG['zonefile'] = './example.org.zone' +# Name of the reasource record to update +CONFIG['host'] = 'foo' + # Should return the external IP address of the current host CONFIG['lookup_url'] = 'http://ipv4.example.org/' -- cgit v1.2.2