Correct zone.d naming in README to zones.d
All checks were successful
Run Tests on Code / run-tests (push) Successful in 27s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 27s
This commit is contained in:
parent
bff7057c45
commit
7b6bdc37c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue