From a2d6a569e23504d9703ca441adecc9ba6bb5eade Mon Sep 17 00:00:00 2001 From: rozie Date: Sun, 22 Oct 2023 19:10:06 +0000 Subject: [PATCH] ahost: add Polish translation (#11169) --- pages.pl/linux/ahost.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.pl/linux/ahost.md diff --git a/pages.pl/linux/ahost.md b/pages.pl/linux/ahost.md new file mode 100644 index 000000000..c66e57b6e --- /dev/null +++ b/pages.pl/linux/ahost.md @@ -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: . + +- 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}}`