diff options
| author | 2016-12-28 10:52:21 -0500 | |
|---|---|---|
| committer | 2016-12-28 10:52:21 -0500 | |
| commit | f3920f0298e95193752d3a52345deb9fc0a22b38 (patch) | |
| tree | f39f05efb85a1c854eaad1e0bed84dfb20e8a6dc | |
| parent | d78ffef0bfbd67bb9bb2d7a84a2af97449f03ddd (diff) | |
| download | zoneupdate-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.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/' |