mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Networking
- Get DNS TXT record a of domain
This commit is contained in:
parent
46bda81c1a
commit
ea0d9bbd5b
@ -2297,6 +2297,10 @@ dig +short www.example.com
|
|||||||
host www.example.com
|
host www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Get DNS TXT record of domain
|
||||||
|
```bash
|
||||||
|
dig -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.)
|
##### 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.)
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user