From 90ed10c12912df149c1f41d872f05283dd876cb6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Mar 2018 20:11:57 -0600 Subject: [PATCH] update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c16d6a4..850f7e7 100644 --- a/README.md +++ b/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 [Daplie](https://daplie.com). +| Sponsored by [ppl](https://ppl.family)[.](https://dapliefounder.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 Daplie Labs), if that's how you roll: +(as we like to call it here at ppl Labs), if that's how you roll: ```bash npm install -g dig.js @@ -44,7 +44,7 @@ dig.js [TYPE] **Example**: ```bash -dig.js daplie.com +dig.js coolaj86.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 daplie.com +dig.js A coolaj86.com -dig.js @8.8.8.8 A daplie.com +dig.js @8.8.8.8 A coolaj86.com ``` Options @@ -80,7 +80,7 @@ Options -t (superfluous) A, CNAME, MX, etc. Also supports -t type for "unsupported" types. default ANY (mdns default: PTR) -c default IN -p default 53 (mdns default: 5353) (listener is random for DNS and 5353 for mDNS) --q (superfluous) required (ex: daplie.com) +-q (superfluous) required (ex: coolaj86.com) --nameserver alias of @ --timeout alias of +time=, but in milliseconds