update
This commit is contained in:
parent
93d1c0f8e2
commit
092008f766
|
@ -5,7 +5,7 @@ dns-suite.js
|
|||
| [dig.js](https://git.coolaj86.com/coolaj86/dig.js)
|
||||
| [mdig.js](https://git.coolaj86.com/coolaj86/mdig.js)
|
||||
| [digd.js](https://git.coolaj86.com/coolaj86/digd.js)
|
||||
| Sponsored by [Daplie](https://daplie.com).
|
||||
| Sponsored by [ppl](https://ppl.family)[.](https://dapliefounder.com)
|
||||
|
||||
Fast, lightweight, and easy-to-extend **pure JavaScript** (ES5.1) implementation for DNS / mDNS.
|
||||
|
||||
|
@ -78,7 +78,7 @@ Install without git
|
|||
-------
|
||||
|
||||
Don't have git? Well you can also bow down to the gods of the centralized, monopolized, concentrated, dictatornet
|
||||
(as we like to call it here at Daplie Labs), if that's how you roll:
|
||||
(as we like to call it here at ppl Labs), if that's how you roll:
|
||||
|
||||
```
|
||||
npm install --save dns-suite
|
||||
|
@ -158,7 +158,7 @@ We have a command line tool for that! See [dig.js](https://git.coolaj86.com/cool
|
|||
npm install -g 'git+https://git.coolaj86.com/coolaj86/dig.js.git'
|
||||
|
||||
# Use with DNS
|
||||
dig.js A daplie.com --output .
|
||||
dig.js A coolaj86.com --output .
|
||||
|
||||
# Use with mDNS
|
||||
dig.js --mdns PTR _services._dns-sd._udp.local --output .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dns-suite",
|
||||
"version": "1.2.11",
|
||||
"version": "1.2.12",
|
||||
"description": "testing dns",
|
||||
"main": "dns.js",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/dns-suite.js",
|
||||
|
|
Loading…
Reference in New Issue