mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
host: add alternate dns server example (#2435)
This commit is contained in:
parent
49eda104aa
commit
2e986aa890
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Reverse lookup an IP:
|
||||
|
||||
`host {{ip_address}}`
|
||||
|
||||
- Specify an alternate DNS server to query:
|
||||
|
||||
`host {{domain}} {{8.8.8.8}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue