From e380d7907e6f39a730f0741cad8796b4e2a6ecf9 Mon Sep 17 00:00:00 2001 From: Henri Burau Date: Mon, 22 Jun 2020 11:32:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b1b4c7..4bad879 100644 --- a/README.md +++ b/README.md @@ -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`.