diff --git a/README.md b/README.md index 324940d..9bbd70d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Further the application must be located in the same network as the configured zo 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. +`.toml` files in `zones.d` contain settings for individual zones. Example: @@ -29,7 +29,7 @@ host_address = "::edcb:a098:7654:3210" example-interface = "::0123:4567:890a:bcde" # static part of the IP, the rest will be dynamically generated using the host ``` -*zone.d/example.org.toml* +*zones.d/example.org.toml* ```toml email = "owner@example.org" # Email of User owning the Zone zone = "example.org" # Zone Name