From 3571593f1bdc67e3700c00174ade418ef8b1a187 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 19 Jul 2020 21:28:12 +0800 Subject: [PATCH] update - Get DNS TXT record a of domain --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d1e56..6e80135 100644 --- a/README.md +++ b/README.md @@ -2297,9 +2297,12 @@ dig +short www.example.com host www.example.com ``` -##### Get DNS TXT record of domain +##### Get DNS TXT record a of domain ```bash dig -t txt www.example.com + +# or +host -t txt www.example.com ``` ##### Send a ping with a limited TTL to 10 (TTL: Time-To-Live, which is the maximum number of hops that a packet can travel across the Internet before it gets discarded.)