Skip to content

Instantly share code, notes, and snippets.

View abdallahalsamman's full-sized avatar

Abdallah Alsamman abdallahalsamman

View GitHub Profile
@abdallahalsamman
abdallahalsamman / dns-notify.sh
Last active April 17, 2018 12:49
Monitor website's ip changes
# Author: Sam - @evexoio
if [[ $# -eq 0 ]]
then
echo "No domain supplied"
echo "Usage: bash dns-notify.sh example.com"
exit 1;
fi