From 3fc17bcd4a520525cc7aa99057718831803641f0 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 02:21:12 +0100 Subject: [PATCH] Specify config directory in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a97434..324940d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The application necessarily requires a valid Cloudflare API Token. Further the application must be located in the same network as the configured zones. -The actual configuration happens in three or more files: +The actual configuration happens in three or more files located in `~/.config/cloudflare-dns-updater/`: `config.toml` contains general configuration parameters for the application `interfaces.toml` contains all IPv6 interfaces available/used by the zone config files. `.toml` files in `zone.d` contain settings for individual zones.