removed 'dns-other' -> merge to 'network-other'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray 2018-07-12 11:53:52 +02:00
parent 9b372c731a
commit c74c9e0535
1 changed files with 0 additions and 5 deletions

View File

@ -307,7 +307,6 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
* [host](#tool-host)
* [dig](#tool-dig)
* [network-other](#tool-network-other)
* [dns-other](#tool-dns-other)
- **[Programming](#programming)**
* [awk](#tool-awk)
* [sed](#tool-sed)
@ -1580,10 +1579,6 @@ whois -h whois.radb.net -- "-i origin ${AS}" \
| sed 's/allow */subnet -> /g'
```
___
##### Tool: [dns-other](https://github.com/trimstray/awesome-ninja-admins#tool-dns-other)
###### Resolves domain name from dns.google.com with curl and jq
```bash