writting markdown documentation is fun!
This commit is contained in:
parent
d016c4f204
commit
3353d096ae
15
howto.md
15
howto.md
|
@ -1,27 +1,24 @@
|
||||||
header
|
header
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
How to create a JSON file with information about your project:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm init
|
npm init
|
||||||
```
|
```
|
||||||
|
How to duplicate DNS crash:
|
||||||
|
|
||||||
how to duplicate DNS crash:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~/dns_test
|
>> cd ~/dns_test
|
||||||
```
|
>> node listen.js
|
||||||
|
|
||||||
```
|
|
||||||
node listen.js
|
|
||||||
```
|
```
|
||||||
|
Then in another terminal enter:
|
||||||
|
|
||||||
```
|
```
|
||||||
dig @224.0.0.251 -p 5353 -t PTR _cloud._tcp.local
|
dig @224.0.0.251 -p 5353 -t PTR _cloud._tcp.local
|
||||||
```
|
```
|
||||||
|
|
||||||
The output is then:
|
The listener then crashes with an output of:
|
||||||
|
|
||||||
```
|
```
|
||||||
START DNS PACKET
|
START DNS PACKET
|
||||||
|
|
Loading…
Reference in New Issue