diff options
author | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
commit | b279863acb9ae3ade833ea00bcb17f22001e20db (patch) | |
tree | ff8bf1c8e22fea335f85092f689154b66968a7fe /src/tools | |
parent | 9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff) |
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/anoperc.in | 6 | ||||
-rw-r--r-- | src/tools/geoipupdate.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 421f93a36..c332e3c4e 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -65,7 +65,7 @@ if [ "$1" = "start" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://www.anope.org/" exit 1 fi @@ -101,7 +101,7 @@ elif [ "$1" = "restart" ] ; then echo "This error has been logged in your Anope Log file" echo "Located in "$LOG"" echo "This may help you diagnose the problem" - echo "Further help may be available from http://www.anope.org/" + echo "Further help may be available from https://www.anope.org/" exit 1 fi @@ -128,7 +128,7 @@ elif [ "$1" = "help" ] ; then echo "$0 help Show this help menu" echo "If you need further help please check the /docs/" echo "folder or make use of our extensive online support at" - echo "http://www.anope.org/" + echo "https://www.anope.org/" fi else diff --git a/src/tools/geoipupdate.sh b/src/tools/geoipupdate.sh index 641ac3259..4e76d493c 100644 --- a/src/tools/geoipupdate.sh +++ b/src/tools/geoipupdate.sh @@ -24,9 +24,9 @@ die="yes" ########################### # The GeoIP data is created by MaxMind, available from www.maxmind.com. -geoip_country_source="http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip" -geoip_city_source="http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip" -geoip_region_source="http://dev.maxmind.com/static/csv/codes/maxmind/region.csv" +geoip_country_source="https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip" +geoip_city_source="https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip" +geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv" ########################### LOGIN="--host=$mysql_host --user=$mysql_user --password=$mysql_password $mysql_database" |