diff options
| author | 2016-12-28 10:54:06 -0500 | |
|---|---|---|
| committer | 2016-12-28 10:54:06 -0500 | |
| commit | 22f4c1e1a2f4484877140897adf01593cb7320a0 (patch) | |
| tree | 1cc19528d65cab0ff1b9befb58494a3fc3c6e216 | |
| parent | f3920f0298e95193752d3a52345deb9fc0a22b38 (diff) | |
| download | zoneupdate-22f4c1e1a2f4484877140897adf01593cb7320a0.tar.gz zoneupdate-22f4c1e1a2f4484877140897adf01593cb7320a0.tar.bz2 zoneupdate-22f4c1e1a2f4484877140897adf01593cb7320a0.zip | |
'speling'
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CONFIG['origin'] = 'example.org' # The zone file itself CONFIG['zonefile'] = './example.org.zone' -# Name of the reasource record to update +# Name of the resource record to update CONFIG['host'] = 'foo' # Should return the external IP address of the current host |