Add support for TLSA and SRV records
This commit is contained in:
parent
59ca47cd50
commit
02735ff29d
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ pub enum CloudflareDnsType {
|
||||||
TXT,
|
TXT,
|
||||||
MX,
|
MX,
|
||||||
CAA,
|
CAA,
|
||||||
|
TLSA,
|
||||||
|
SRV
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue