Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 267 Bytes

dig-and-host.md

File metadata and controls

16 lines (12 loc) · 267 Bytes

Using dig and host

Systemd-revolved

To use dig and host with Systemd-revolved we have to specify the dns server address.

Dig

dig @8.8.8.8 google.com

reverse lookup

using the -x flag

dig @8.8.8.8 -x google.com

Host

host google.com 8.8.8.8