From 2d80d22728971fb9958588925477d0e3851c2277 Mon Sep 17 00:00:00 2001 From: Stefan H Date: Sat, 15 Jun 2024 09:55:52 +0200 Subject: [PATCH] Update README.md Add ttl value explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88082b..1342e0b 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Be sure to view the following repositories to understand all the customizable op | `DOMAIN2_TARGET_DOMAIN` | (optional specify target_domain for Domain 2, overriding the default value from TARGET_DOMAIN) | | | `DOMAIN2_EXCLUDED_SUB_DOMAINS` | (optional specify sub domain trees to be ignored in lables) ex: `DOMAIN2_EXCLUDED_SUB_DOMAINS=int` would not create a CNAME for `*.int.example2.com` | | | `DOMAIN3....` | And so on.. | | -| `DEFAULT_TTL` | TTL to apply to records | `1` | +| `DEFAULT_TTL` | TTL to apply to records (1 = automatic, valid values: 60-86400 or 30-86400 for enterprise) | `1` | #### Traefik Options