mirror of https://github.com/CrimsonTome/tldr.git
ahost: add Polish translation (#11169)
parent
ba1344e9f3
commit
a2d6a569e2
|
@ -0,0 +1,16 @@
|
||||||
|
# ahost
|
||||||
|
|
||||||
|
> Narzędzie zapytań DNS do wyświetlania rekordów A lub AAAA powiązanych z nazwą hosta lub adresem IP.
|
||||||
|
> Więcej informacji: <https://manned.org/ahost>.
|
||||||
|
|
||||||
|
- Wyświetl rekord `A` lub `AAAA` powiązany z nazwą hosta lub adresem IP::
|
||||||
|
|
||||||
|
`ahost {{example.com}}`
|
||||||
|
|
||||||
|
- Wyświetl dodatkowe wyjście debugowe:
|
||||||
|
|
||||||
|
`ahost -d {{example.com}}`
|
||||||
|
|
||||||
|
- Wyświetl rekord wskazanego typu:
|
||||||
|
|
||||||
|
`ahost -t {{a|aaaa|u}} {{example.com}}`
|
Loading…
Reference in New Issue