Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/cloudflare-one/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ sidebar:

import { LinkButton } from "~/components";

Below you'll find answers to the most commonly asked questions on Cloudflare Zero Trust, as well as a troubleshooting section to help you solve common issues and errors you may come across.
Review answers to the most commonly asked questions on Cloudflare Zero Trust, as well as a troubleshooting section to help you solve common issues and errors you may come across.

If you can't find the answer you're looking for, feel free to head over to our [community page](https://community.cloudflare.com/) and post your question there.
If you cannot find the answer you are looking for, go to our [community page](https://community.cloudflare.com/) and post your question there.

---

Expand Down Expand Up @@ -68,7 +68,7 @@ For questions on connecting applications with Tunnels.

## Troubleshooting

Got an unexpected error? See if it's covered in our troubleshooting section.
Got an unexpected error? Check if it is covered in our troubleshooting section.

<LinkButton variant="primary" href="/cloudflare-one/faq/troubleshooting/">
Troubleshooting ❯
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/cloudflare-one/faq/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Cloudflare dashboard SSO does not currently support team domain changes. Contact

## WARP on Linux shows `DNS connectivity check failed`.

This error means that the `systemd-resolved` service on Linux is not allowing WARP to resolve DNS requests.
This error means that the `systemd-resolved` service on Linux is not allowing WARP to resolve DNS requests. You can identify this issue in the [`daemon.log`](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/#warp-diag-logs:~:text=the%20WARP%20client.-,daemon.log,-Detailed%20log%20of) file of the `warp diag` logs, where the error message appears as `ERROR main_loop: warp::warp::connectivity_check: DNS connectivity check failed to resolve host="warp-svc."`.

To solve the issue:

Expand Down