Add support for TLSA and SRV records

This commit is contained in:
Neshura 2023-05-03 23:12:19 +02:00
parent 59ca47cd50
commit 02735ff29d
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -27,6 +27,8 @@ pub enum CloudflareDnsType {
TXT, TXT,
MX, MX,
CAA, CAA,
TLSA,
SRV
} }
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]