This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT
#!/bin/bash | |
# This script requires 3 environment variables defined: | |
# IP_CHANGE_DOMAIN the domain to check for an IP address change | |
# PUSHOVER_TOKEN the application token for PushOver | |
# PUSHOVER_USER the user key to send notification to | |
echo $(date) "Checking IP of $IP_CHANGE_DOMAIN from DNS..." | |
DOMAIN_IP=$(dig +short ${IP_CHANGE_DOMAIN}) | |
echo $(date) $DOMAIN_IP |
This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT