Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hentra authored Jun 22, 2020
1 parent 1c89fe0 commit e380d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ depends on how you configured your TTL.
For a list of all available command line flags run `dyndns-netcup-go -h`.

### Cache
Without the cache the program would lookup its ip addresses and fetch the DNS
Without the cache the application would lookup its ip addresses and fetch the DNS
records from netcup. After that it will compare the specified hosts in the DNS
records with the current ip addresses and update if necessary.

As reported in [this issue](https://github.com/Hentra/dyndns-netcup-go/issues/1)
it would be also possible to store the ip addresses between two runs of the
program and only fetch DNS records from netcup when the differ.
application and only fetch DNS records from netcup when they differ.

To enable the cache configure the two variables `IP-CACHE` and
`IP-CACHE-LOCATION` as according to the comments in `example.yml`.
Expand Down

0 comments on commit e380d79

Please sign in to comment.