Skip to content

Instantly share code, notes, and snippets.

@rudolphos
rudolphos / DNSchecker.sh
Last active March 20, 2023 07:11 — forked from lopes/puck.sh
A DNS propagation checker in Shell Script.
#!/bin/bash
#puck.sh
# A DNS propagation checker. Fetches in many DNS servers around
# the world for IPs assigned to a given domain.
#
# Author: José Lopes de Oliveira Júnior <http://joselop.es>
#
#