Added a new parameter in settings and form parameter, defaulted to false
Whenever the user enters the form AddNSG.cs, a request is done to https://icanhazip.com to retrieve the external IP and populates it into the IP textbox.
I did not include the option to get the IP from another service since icanhazip is a reliable source used by many other projects and other services may have different approaches other than plain text IP.
Related to #97
Added a new parameter in settings and form parameter, defaulted to false
Whenever the user enters the form
AddNSG.cs
, a request is done tohttps://icanhazip.com
to retrieve the external IP and populates it into the IP textbox.I did not include the option to get the IP from another service since icanhazip is a reliable source used by many other projects and other services may have different approaches other than plain text IP.