aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel Washburn <daniel@washburn.at> 2016-12-28 10:52:21 -0500
committerGravatar Daniel Washburn <daniel@washburn.at> 2016-12-28 10:52:21 -0500
commitf3920f0298e95193752d3a52345deb9fc0a22b38 (patch)
treef39f05efb85a1c854eaad1e0bed84dfb20e8a6dc
parentd78ffef0bfbd67bb9bb2d7a84a2af97449f03ddd (diff)
downloadzoneupdate-f3920f0298e95193752d3a52345deb9fc0a22b38.tar.gz
zoneupdate-f3920f0298e95193752d3a52345deb9fc0a22b38.tar.bz2
zoneupdate-f3920f0298e95193752d3a52345deb9fc0a22b38.zip
Add config entry for the host which is to be updated
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
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/'