From d25c33d0159e14cba481dec94452e87ba78482af Mon Sep 17 00:00:00 2001 From: borisbm <91610056+borisbm@users.noreply.github.com> Date: Fri, 13 May 2022 19:42:05 +1000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66b9c98..db0a0d3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ KEY=Global_API_Key ZONE=example.org DNS_RECORD=some.example.org +PROXIED=false ``` 3. Run the container @@ -54,6 +55,7 @@ docker-compose up -d | `TOKEN` | API Token that can be used instead of `EMAIL` & `KEY`. | | | `ZONE` | Cloudflare zone where your domain is. | | | `DNS_RECORD` | The actual DNS record that should be updated. | | +| `PROXIED` | Whether the record is proxied by CloudFlare or not. | | | `CRON` | Frequency of updates. | \*/5 \* \* \* \* | | `RESOLVER` | The endpoint used to determine your public ip. | https://api.ipify.org/ |