Skip to content

Commit

Permalink
Add more clear explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hentra committed Jun 22, 2020
1 parent f9f7b56 commit 1c89fe0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ APIPASSWORD: 'yourapipassword'
# on Unix sytems it will use $XDG_CACHE_HOME or $HOME/.cache.
IP-CACHE: '/home/user/.cache/dyndns.cache'

# Time in seconds on how long to wait until checking if the cached ip is still
# valid. To disable the cache set the value to 0.
# Time in seconds on how long to wait until rechecking the netcup DNS records.
# If the cache file hasn't been touched for the specified amount of seconds the program
# will refetch the DNS records and compare the ip addresses.
#
# To disable the cache set the value to 0.
IP-CACHE-TIMEOUT: 3600

DOMAINS:
Expand Down

0 comments on commit 1c89fe0

Please sign in to comment.