aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/'