diff --git a/docs/records.md b/docs/records.md index 1457546..f210846 100644 --- a/docs/records.md +++ b/docs/records.md @@ -19,7 +19,7 @@ OctoDNS supports the following record types: * `SRV` * `SSHFP` * `TXT` -* `URLFWD` +* `URLFWD` Underlying provider support for each of these varies and some providers have extra requirements or limitations. In cases where a record type is not supported by a provider OctoDNS will ignore it there and continue to manage the record elsewhere. For example `SSHFP` is supported by Dyn, but not Route53. If your source data includes an SSHFP record OctoDNS will keep it in sync on Dyn, but not consider it when evaluating the state of Route53. The best way to find out what types are supported by a provider is to look for its `supports` method. If that method exists the logic will drive which records are supported and which are ignored. If the provider does not implement the method it will fall back to `BaseProvider.supports` which indicates full support.