User Tools

Site Tools


pages:scripts:uv-check-dns

UV - Check DNS

Zwei Weblandschaft DNS-Server

for NAMESERVER in ns name; do for ENVIRONMENT in staging live; do ANSWER=$( dig +noall +answer @"${NAMESERVER}".noris.de db5."${ENVIRONMENT}".XXXX.noris.de); echo -e "Nameserver: ${NAMESERVER}\nAnswer:\n${ANSWER}"; done; done;

  • Authoritativ ist dns0.noris.net
  • Domain unkenntlich gemacht: XXXX

Authoritativer DNS Server

NAMESERVER="dns0.noris.net"; for ENVIRONMENT in staging live; do ANSWER=$( dig +noall +answer @"${NAMESERVER}" db5."${ENVIRONMENT}".XXXX.noris.de); echo -e "Nameserver: ${NAMESERVER}\nAnswer:\n${ANSWER}"; echo -e "\n"; done;

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/scripts/uv-check-dns.txt · Last modified: 2024/01/24 22:37 by Heiko Mischer