From ee357f9f4de263d1f092dfc8b229c5932411e5a9 Mon Sep 17 00:00:00 2001 From: Daniel Keer <4249262+thedxt@users.noreply.github.com> Date: Sun, 10 Jan 2021 21:10:52 -0700 Subject: [PATCH] Update Azure-IP-Downloader.ps1 --- Azure-IP-Downloader.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Azure-IP-Downloader.ps1 b/Azure-IP-Downloader.ps1 index 591b1ba..fb96ebd 100644 --- a/Azure-IP-Downloader.ps1 +++ b/Azure-IP-Downloader.ps1 @@ -1,15 +1,15 @@ # Azure IP filter and downloader script v1.1.0 # Author: Daniel Keer # Author URI: https://thedxt.ca -# Script URI: https://github.com/thedxt/Azure-IP-Downloader +# Script URI: https://github.com/thedxt/IP-Downloader # # DESCRIPTION # # grabs the JSON file for the Azure IP Ranges and Service Tags – Public Cloud # script allows for flitering and downloads the ips into one big file # it also makes a file just for IPv4 and IPv6 -# the url from MS will need to be replaced as that may change -# the url is here https://www.microsoft.com/en-us/download/details.aspx?id=56519 +# the uri from MS will need to be replaced as that may change +# the uri is here https://www.microsoft.com/en-us/download/details.aspx?id=56519 # # change the variables as needed