Skip to content

Commit

Permalink
更新ipv6地址获取链接
Browse files Browse the repository at this point in the history
  • Loading branch information
jqknono committed Sep 14, 2024
1 parent 2fc8b60 commit 39cc715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AliyunDDNS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static string GetIPv6()
});
Task<string>[] tasks =
{
client.GetStringAsync("https://ip.jqknono.com/ip"),
client.GetStringAsync("http://ip.jqknono.com:30000/ip"),
client.GetStringAsync("https://6.ipw.cn"),
client.GetStringAsync("https://api64.ipify.org"),
};
Expand Down

0 comments on commit 39cc715

Please sign in to comment.