TXT records for besserwisser.org:
Record | Type | Value | TTL |
---|---|---|---|
besserwisser.org | TXT | "v=spf1 ip4:192.36.115.0/24 ip6:2a01:298:4:0:0:0:0:0/48 ~all" | 21600 |
besserwisser.org | TXT | "v=spf0x42 besides, SPF as concept is a layering violation." | 21600 |
besserwisser.org | TXT | "v=spf0x43 adding insult to injury, this layering violation MUST not " | 21600 |
besserwisser.org | TXT | "google-site-verification=UZEj7cONJx8OzHljGxebQGMaGCAg6RfKHTqlqD4fKXs" | 21600 |
besserwisser.org | TXT | "v=spf0x44 be allowed to contaminate the DNS." | 21600 |
besserwisser.org | TXT | "MN-1334-RIPE" | 21600 |
besserwisser.org | TXT | "v=spf0x41 not valid. because SPF records belong in RRtype 99." | 21600 |
id 15519, opcode QUERY, rcode NOERROR, flags QR RD RA ;QUESTION besserwisser.org. IN TXT ;ANSWER besserwisser.org. 21600 IN TXT "v=spf1 ip4:192.36.115.0/24 ip6:2a01:298:4:0:0:0:0:0/48 ~all" besserwisser.org. 21600 IN TXT "v=spf0x42 besides, SPF as concept is a layering violation." besserwisser.org. 21600 IN TXT "v=spf0x43 adding insult to injury, this layering violation MUST not " besserwisser.org. 21600 IN TXT "google-site-verification=UZEj7cONJx8OzHljGxebQGMaGCAg6RfKHTqlqD4fKXs" besserwisser.org. 21600 IN TXT "v=spf0x44 be allowed to contaminate the DNS." besserwisser.org. 21600 IN TXT "MN-1334-RIPE" besserwisser.org. 21600 IN TXT "v=spf0x41 not valid. because SPF records belong in RRtype 99." ;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.