TXT records for ku.edu.af:
Record | Type | Value | TTL |
---|---|---|---|
ku.edu.af | TXT | "A335-EFE0-DAE2-A298-C5ED-6718-4EE5-8B33" | 21600 |
ku.edu.af | TXT | "12589d54c2ecb0884e893358472bdfc73e323314e4e9f6389f23fc8d4ca1dc9 " | 10800 |
ku.edu.af | TXT | "v=spf1 +a +mx +ip4:103.132.98.224 ~all" | 21600 |
ku.edu.af | TXT | "Place the following string of characters 2f492e1a98e61ede2cec804beeb404ad7a97479ef48c7e09854418a7aaf9b2f" | 10800 |
ku.edu.af | TXT | "2f492e1a98e61ede2cec804beeb404ad7a97479ef48c7e09854418a7aaf9b2f" | 10800 |
ku.edu.af | TXT | "verification codea0c9e699eb968c98bf68e01c6099f25135f33ddc567b3574969df15645bba6f" | 10800 |
ku.edu.af | TXT | "_pki-validation.ku.edu.af" | 21600 |
ku.edu.af | TXT | "8c8f342a6e73ad86198a0f9fea3489f7c65f0c985fe3a584da0c0577732ab8f" | 21600 |
ku.edu.af | TXT | "google-site-verification=73XBVP2L1sl8QRTgNEp9bNm6zUoDoEvL4x4a6Fl8X4c" | 21600 |
ku.edu.af | TXT | "82c3d599b47a5708ae04cf237d0a670be9ecd340f6042a018395274407d059f" | 10800 |
id 13487, opcode QUERY, rcode NOERROR, flags QR RD RA ;QUESTION ku.edu.af. IN TXT ;ANSWER ku.edu.af. 21600 IN TXT "A335-EFE0-DAE2-A298-C5ED-6718-4EE5-8B33" ku.edu.af. 10800 IN TXT "12589d54c2ecb0884e893358472bdfc73e323314e4e9f6389f23fc8d4ca1dc9 " ku.edu.af. 21600 IN TXT "v=spf1 +a +mx +ip4:103.132.98.224 ~all" ku.edu.af. 10800 IN TXT "Place the following string of characters 2f492e1a98e61ede2cec804beeb404ad7a97479ef48c7e09854418a7aaf9b2f" ku.edu.af. 10800 IN TXT "2f492e1a98e61ede2cec804beeb404ad7a97479ef48c7e09854418a7aaf9b2f" ku.edu.af. 10800 IN TXT "verification codea0c9e699eb968c98bf68e01c6099f25135f33ddc567b3574969df15645bba6f" ku.edu.af. 21600 IN TXT "_pki-validation.ku.edu.af" ku.edu.af. 21600 IN TXT "8c8f342a6e73ad86198a0f9fea3489f7c65f0c985fe3a584da0c0577732ab8f" ku.edu.af. 21600 IN TXT "google-site-verification=73XBVP2L1sl8QRTgNEp9bNm6zUoDoEvL4x4a6Fl8X4c" ku.edu.af. 10800 IN TXT "82c3d599b47a5708ae04cf237d0a670be9ecd340f6042a018395274407d059f" ;AUTHORITY ;ADDITIONAL
whatsmydns.net TXT Record Lookup tool lets you query DNS servers and get instant results.
Text Record or TXT record lookups are used to determine the TXT records associated with a domain.
Looking for easier to understand results? Use the Global DNS Checker tool.
TXT records, known as Text records are used to store text data on a domain.
Storing data in TXT records is commonly used to store configuration settings such as SPF or DKIM records to help with reducing email spam, or verification keys to prove ownership of a domain for use in third party services such as analytics or cloud service providers.
An example TXT record may look like the following:
Record | Type | Value | TTL |
---|---|---|---|
example.com | TXT | "v=spf1 include:_spf.google.com ~all" | 3600 |
example.com
represents domain of the record.
TXT
is the record type.
"v=spf1 include:_spf.google.com ~all"
is the value of the record. This example uses a configuration format for the Sender Policy Framework (SPF) used to help prevent spam emails.
3600
is the TTL (time to live) of the record in seconds, this example represents 1 hour. This means that when a record has had updates made to it, then it will take 1 hour to update.