diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/' |