#!/usr/bin/env bash # SMTP server to send email through SMTP=smtp://foobar.com:587 # From address for ip change report emails FROM=noreply@somewhere.com # Admin to notify if IP changes ADMIN=a@somewhere.com # URI to query for external IP QUERY=https://somewhere.foo/info.php?q=ip