From 645634eb2f8a0346e1a195327ed8993714cea2c3 Mon Sep 17 00:00:00 2001 From: dado Date: Sun, 22 Jun 2025 10:58:24 +0200 Subject: [PATCH] minor changes --- networking/027-dns-tools.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/networking/027-dns-tools.md b/networking/027-dns-tools.md index 513630a..70d9ab2 100644 --- a/networking/027-dns-tools.md +++ b/networking/027-dns-tools.md @@ -6,11 +6,11 @@ ```bash nslookup novemila.org -Server: 192.168.0.1 ## Server DNS locale, in questo casso il default gateway -Address: 192.168.0.1#53 +Server: 192.168.0.1 ## Server DNS locale, in questo casso il default gateway +Address: 192.168.0.1#53 Non-authoritative answer: ## Le risposte non provengono da un server autoritativo -Name: novemila.org +Name: novemila.org Address: 95.111.234.107 ## Record di tipo A ``` @@ -19,7 +19,7 @@ Una reverse lookup: ```bash nslookup 95.111.234.107 ;; Got recursion not available from 194.242.2.9, trying next server -107.234.111.95.in-addr.arpa name = vmi1757309.contaboserver.net. ## Record di tipo PTR, che associano un IP a un hostname +107.234.111.95.in-addr.arpa name = vmi1757309.contaboserver.net. ## Record di tipo PTR, che associano un IP a un hostname Authoritative answers can be found from: ``` @@ -28,19 +28,19 @@ Infine, é possibile impostare il tipo di RR da richiedere: ```bash nslookup -query=A continuity.space -Server: 192.168.0.1 -Address: 192.168.0.1#53 +Server: 192.168.0.1 +Address: 192.168.0.1#53 Non-authoritative answer: -Name: continuity.space +Name: continuity.space Address: 92.245.188.161 nslookup -query=MX continuity.space -Server: 192.168.0.1 -Address: 192.168.0.1#53 +Server: 192.168.0.1 +Address: 192.168.0.1#53 Non-authoritative answer: -continuity.space mail exchanger = 1 mailgate.continuity.srl. +continuity.space mail exchanger = 1 mailgate.continuity.srl. Authoritative answers can be found from: ``` @@ -60,10 +60,10 @@ dig @1.1.1.1 continuity.space MX ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: -;continuity.space. IN MX +;continuity.space. IN MX ;; ANSWER SECTION: -continuity.space. 900 IN MX 1 mailgate.continuity.srl. +continuity.space. 900 IN MX 1 mailgate.continuity.srl. ;; Query time: 103 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP) @@ -86,10 +86,10 @@ dig @1.1.1.1 continuity.space SOA ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: -;continuity.space. IN SOA +;continuity.space. IN SOA ;; ANSWER SECTION: -continuity.space. 900 IN SOA dns17.ovh.net. tech.ovh.net. 2025053000 86400 3600 3600000 300 +continuity.space. 900 IN SOA dns17.ovh.net. tech.ovh.net. 2025053000 86400 3600 3600000 300 ;; Query time: 64 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)