From 7f4bfc938c0145576cfc0158f0613a5286ccb50a Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 27 Mar 2025 20:22:42 -0700 Subject: [PATCH] docs: Update outdated docs regarding record types (#8532) --- website/src/app/kb/deploy/dns/readme.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/app/kb/deploy/dns/readme.mdx b/website/src/app/kb/deploy/dns/readme.mdx index 149ebf9b9..06cbe8f70 100644 --- a/website/src/app/kb/deploy/dns/readme.mdx +++ b/website/src/app/kb/deploy/dns/readme.mdx @@ -78,9 +78,9 @@ or CIDR Resource in your account. -Firezone only intercepts queries for the `A`, `AAAA`, and `PTR` record types for -your DNS Resources. All other record types are forwarded to the upstream -resolver(s). +Firezone only intercepts queries for the `A`, `AAAA`, `PTR`, `SRV` and `TXT` +record types for your DNS Resources. All other record types are forwarded to the +upstream resolver(s).