Network tasks¶
Troubleshoot DNS¶
Trace a DNS query, starting from the root servers:
dig +trace contrataciones.gov.py
Attempt a DNS query, starting from a nameserver:
host contrataciones.gov.py 1.1.1.1
Trace a DNS query, starting from the root servers:
dig +trace contrataciones.gov.py
Attempt a DNS query, starting from a nameserver:
host contrataciones.gov.py 1.1.1.1