diff options
Diffstat (limited to 'config.py')
| -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 |