mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-04 07:01:05 +01:00 
			
		
		
		
	update
- Get DNS TXT record a of domain
This commit is contained in:
		@@ -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.)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user