use example.com for email addresses

This commit is contained in:
Stuart Cardall 2018-10-08 21:35:58 +00:00
parent ebb515c5ac
commit 53d8a08fac
No known key found for this signature in database
GPG key ID: AEB857F1C891D0C6

View file

@ -28,7 +28,7 @@
# RUN THE UPDATE # RUN THE UPDATE
# Here our script runs, pulls the latest update, reloads nginx and emails you a notification # Here our script runs, pulls the latest update, reloads nginx and emails you a notification
EMAIL="me@myemail.com" EMAIL="you@example.com"
SEND_EMAIL="N" SEND_EMAIL="N"
SEND_EMAIL_UPDATE="N" SEND_EMAIL_UPDATE="N"
CONF_DIR=/etc/nginx/conf.d CONF_DIR=/etc/nginx/conf.d
@ -67,9 +67,9 @@ Examples:
$script (Download globalblacklist.conf to: $CONF_DIR) $script (Download globalblacklist.conf to: $CONF_DIR)
$script -c /my/custom/conf.d (Download globalblacklist.conf to a custom location) $script -c /my/custom/conf.d (Download globalblacklist.conf to a custom location)
$script -b /my/custom/bots.d (Download globalblacklist.conf & update with your custom bots.d location) $script -b /my/custom/bots.d (Download globalblacklist.conf & update with your custom bots.d location)
$script -e you@youremail.com (Download globalblacklist.conf specifying your email address for the notification) $script -e you@example.com (Download globalblacklist.conf specifying your email address for the notification)
$script -q -m webmaster (Send mail to a system alias address & give less verbose messages for cron) $script -q -m webmaster (Send mail to a system alias address & give less verbose messages for cron)
$script -o -e you@youremail.com (Send mail notification only on updates) $script -o -e you@example.com (Send mail notification only on updates)
$script -i /path/to/install-ngxblocker (Use custom path to install-ngxblocker to update bots.d / conf.d include files) $script -i /path/to/install-ngxblocker (Use custom path to install-ngxblocker to update bots.d / conf.d include files)
EOF EOF
exit 0 exit 0