You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flags.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,9 +150,9 @@
150
150
|`--txt-prefix=""`| When using the TXT registry, a custom string that's prefixed to each ownership DNS record (optional). Could contain record type template like '%{record_type}-prefix-'. Mutual exclusive with txt-suffix! |
151
151
|`--txt-suffix=""`| When using the TXT registry, a custom string that's suffixed to the host portion of each ownership DNS record (optional). Could contain record type template like '-%{record_type}-suffix'. Mutual exclusive with txt-prefix! |
152
152
|`--txt-wildcard-replacement=""`| When using the TXT registry, a custom string that's used instead of an asterisk for TXT records corresponding to wildcard DNS records (optional) |
153
-
|`--txt-new-format-only`| When using the TXT registry, only use new format records which include record type information (e.g., prefix: 'a-'). Reduces number of TXT records (default: disabled) |
154
153
|`--[no-]txt-encrypt-enabled`| When using the TXT registry, set if TXT records should be encrypted before stored (default: disabled) |
155
154
|`--txt-encrypt-aes-key=""`| When using the TXT registry, set TXT record decryption and encryption 32 byte aes key (required when --txt-encrypt=true) |
155
+
|`--[no-]txt-new-format-only`| When using the TXT registry, only use new format records which include record type information (e.g., prefix: 'a-'). Reduces number of TXT records (default: disabled) |
156
156
|`--dynamodb-region=""`| When using the DynamoDB registry, the AWS region of the DynamoDB table (optional) |
157
157
|`--dynamodb-table="external-dns"`| When using the DynamoDB registry, the name of the DynamoDB table (default: "external-dns") |
158
158
|`--txt-cache-interval=0s`| The interval between cache synchronizations in duration format (default: disabled) |
0 commit comments