Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonTriplett1 committed Jan 18, 2021
1 parent 66627b4 commit a8a297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateGoogleDNS/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static async Task Main(string[] args)
//where am i supposed to put the email in the request?
//works without it...
//string email = ParseMyArg(EmailFlags, args);
var updateip = $"https://domains.google.com/nic/update?hostname={domain}=";
var updateip = $"https://domains.google.com/nic/update?hostname={domain}&myip=";
// Call asynchronous network methods in a try/catch block to handle exceptions.
try
{
Expand Down

0 comments on commit a8a297b

Please sign in to comment.