Files
oam/knowledge base/nslookup.md

75 lines
1.1 KiB
Markdown

# nslookup
> TODO
Intro
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<details>
<summary>Usage</summary>
```sh
# Resolve using the default name server
nslookup 'www.google.com'
# Resolve using specific name servers
nslookup 'grafana.dev.ecs.internal' '172.31.0.2'
nslookup '172.16.43.212' '172.31.0.2'
```
</details>
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
- [nslookup Cheat Sheet]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[Codebase]: https://github.com/project/
[Documentation]: https://website/docs/
[Website]: https://website/
<!-- Others -->
[nslookup Cheat Sheet]: https://www.commandinline.com/cheat-sheet/nslookup/