1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update docs/records.md

Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
This commit is contained in:
Brian E Clow
2021-05-28 13:03:35 -07:00
parent 75423fd786
commit 07aad177b5

View File

@@ -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.