You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the verification code (for example `cloudflare_dashboard_sso=1111111`) and create a TXT record in your DNS configuration with that value. Cloudflare will automatically poll that DNS record until it is found or a timeout is reached within two days.
71
+
Copy the verification code (for example `cloudflare_dashboard_sso=1111111`) and create a `TXT` record in your DNS configuration with that value. To test that the DNS record was correctly configured, you can use the `dig` command to query your email domain:
72
72
73
-
To test that the verification record was correctly configured, `dig` ([online version](https://digwebinterface.com/?type=TXT&short=on&ns=resolver&useresolver=1.1.1.1)) can be used to make a DNS request:
74
-
75
-
```bash title="dig command"
73
+
```sh
76
74
dig cool.cats TXT +short
75
+
```
76
+
```sh output
77
77
"cloudflare_dashboard_sso=111111111"
78
78
```
79
79
80
-
Notice that the correctly placed TXT record _includes_the `cloudflare_dashboard_sso=` prefix.
80
+
The `TXT` record must include the `cloudflared_dashboard_sso=` prefix along with the numerical code.
81
81
82
-
If verification fails due to timeout, you may manually reinitiate the polling by running the following command:
82
+
Cloudflare will automatically poll this DNS record until it is found or a timeout is reached within two days. If verification fails due to timeout, you may manually reinitiate the polling by running the following command:
0 commit comments