Compare commits
	
		
			No commits in common. "25d150de07311601de24b88c09e8273131e0834c" and "3bf715998ddbef53f3c999c24459ffc92f34aa12" have entirely different histories.
		
	
	
		
			25d150de07
			...
			3bf715998d
		
	
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							| @ -5,7 +5,7 @@ dig.js | ||||
| | **dig.js** | ||||
| | [mdig.js](https://git.coolaj86.com/coolaj86/mdig.js) | ||||
| | [digd.js](https://git.coolaj86.com/coolaj86/digd.js) | ||||
| | Sponsored by [ppl](https://ppl.family)[.](https://dapliefounder.com) | ||||
| | Sponsored by [Daplie](https://daplie.com). | ||||
| 
 | ||||
| Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. | ||||
| Options are similar to the Unix `dig` command. Supports dns0x20 security checking. | ||||
| @ -28,7 +28,7 @@ npm install -g 'git+https://git.coolaj86.com/coolaj86/dig.js.git#v1.0.0' | ||||
| ### without git | ||||
| 
 | ||||
| Don't have git? Well, you can also bow down to the gods of the centralized, monopolized, concentrated, *dictator*net | ||||
| (as we like to call it here at ppl Labs), if that's how you roll: | ||||
| (as we like to call it here at Daplie Labs), if that's how you roll: | ||||
| 
 | ||||
| ```bash | ||||
| npm install -g dig.js | ||||
| @ -44,7 +44,7 @@ dig.js [TYPE] <domainname> | ||||
| **Example**: | ||||
| 
 | ||||
| ```bash | ||||
| dig.js coolaj86.com | ||||
| dig.js daplie.com | ||||
| ``` | ||||
| 
 | ||||
| ### mDNS Browser Example | ||||
| @ -64,9 +64,9 @@ dig.js -p 5353 @224.0.0.251 PTR _services._dns-sd._udp.local +time=3 | ||||
| ### Moar Examples | ||||
| 
 | ||||
| ```bash | ||||
| dig.js A coolaj86.com | ||||
| dig.js A daplie.com | ||||
| 
 | ||||
| dig.js @8.8.8.8 A coolaj86.com | ||||
| dig.js @8.8.8.8 A daplie.com | ||||
| ``` | ||||
| 
 | ||||
| Options | ||||
| @ -80,7 +80,7 @@ Options | ||||
| -t <type> (superfluous)     A, CNAME, MX, etc. Also supports -t type<decimal> for "unsupported" types. default ANY (mdns default: PTR) | ||||
| -c <class>                  default IN | ||||
| -p <port>                   default 53 (mdns default: 5353) (listener is random for DNS and 5353 for mDNS) | ||||
| -q <query> (superfluous)    required (ex: coolaj86.com) | ||||
| -q <query> (superfluous)    required (ex: daplie.com) | ||||
| --nameserver <ns>           alias of @<nameserver> | ||||
| --timeout <ms>              alias of +time=<seconds>, but in milliseconds | ||||
| 
 | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "dig.js", | ||||
|   "version": "1.3.9", | ||||
|   "version": "1.3.8", | ||||
|   "description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.", | ||||
|   "main": "index.js", | ||||
|   "homepage": "https://git.coolaj86.com/coolaj86/dig.js", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user