====== dig ====== **dig** ist eine Software zur Abfrage des [[DNS]]. ===== Beispiele ===== ==== MX-Record ==== me@localhost /home/me $ dig ho2e.de MX ; <<>> DiG 9.9.5-12.1-Debian <<>> ho2e.de MX ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55614 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;ho2e.de. IN MX ;; ANSWER SECTION: ho2e.de. 3438 IN MX 20 mxext3.mailbox.org. ho2e.de. 3438 IN MX 10 mxext1.mailbox.org. ho2e.de. 3438 IN MX 10 mxext2.mailbox.org. ;; Query time: 13 msec ;; SERVER: 192.168.0.1#53(192.168.0.1) ;; WHEN: Sat Feb 27 17:11:15 CET 2016 ;; MSG SIZE rcvd: 105 me@localhost /home/me $ dig ho2e.de MX +short 10 mxext1.mailbox.org. 10 mxext2.mailbox.org. 20 mxext3.mailbox.org. Alternativer DNS-Server dig ho2e.de MX +short @8.8.8.8 ===== Weblinks ===== * [[wp>de:dig (Software)]] * https://wiki.ubuntuusers.de/dig/