@@ -150,7 +150,8 @@ Be sure to view the following repositories to understand all the customizable op
150
150
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
151
151
| ` CF_EMAIL ` | Email address tied to Cloudflare Account - Leave Blank for Scoped API | |
152
152
| ` CF_TOKEN ` | API Token for the Domain | |
153
- | ` TARGET_DOMAIN ` | Destination Host to forward records to e.g. ` host.example.com ` | |
153
+ | ` RC_TYPE ` | Record Type for The Cloudflare e.g. ` A;CNAME;AAAA ` | CNAME |
154
+ | ` TARGET_DOMAIN ` | Destination Hostname/IP to forward records to e.g. ` host.example.com or 172.30.0.1 ` | |
154
155
| ` DOMAIN1 ` | Domain 1 you wish to update records for. | |
155
156
| ` DOMAIN1_ZONE_ID ` | Domain 1 Zone ID from Cloudflare | |
156
157
| ` DOMAIN1_PROXIED ` | Domain 1 True or False if proxied | |
@@ -172,8 +173,8 @@ Be sure to view the following repositories to understand all the customizable op
172
173
| ` ENABLE_TRAEFIK_POLL ` | Enable Traefik Polling Mode ` TRUE ` or ` FALSE ` | ` FALSE ` |
173
174
| ` TRAEFIK_POLL_URL ` | (optional) If using Traefik Polling mode - URL to Traefik API endpoint | |
174
175
| ` TRAEFIK_POLL_SECONDS ` | (optional) If using Traefik Polling mode - Seconds to delay between poll attemps | ` 60 ` |
175
- | ` TRAEFIK_FILTER_LABEL ` | (optional) Filter by this label | ` traefik.constraint ` |
176
- | ` TRAEFIK_FILTER ` | (optional) Filter by above Label and Value | |
176
+ | ` TRAEFIK_FILTER_LABEL ` | (optional) Filter by this label | ` traefik.constraint ` |
177
+ | ` TRAEFIK_FILTER ` | (optional) Filter by above Label and Value | |
177
178
| ` TRAEFIK_INCLUDED_HOST1 ` | (optional) If using Traefik Polling mode - Regex patterns for hosts to include | ` .* ` |
178
179
| ` TRAEFIK_INCLUDED_HOST... ` | (optional traefik host include pattern 2 - N) | |
179
180
| ` TRAEFIK_EXCLUDED_HOST1 ` | (optional) If using Traefik Polling mode - Regex patterns for hosts to exclude | |
0 commit comments