Skip to content

Commit

Permalink
fix #62 移除已经限流的ipip.net接口。
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjusss committed Apr 22, 2022
1 parent 22c367b commit 1dc4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun-ddns/IPGetter/IPv4Getter/IPv4GetterCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class IPv4GetterCreator
private static readonly IEnumerable<IIPv4Getter> _definedGetters = new CommonIPv4Getter[]
{
new CommonIPv4Getter("test-ipv6.com接口", "https://ipv4.lookup.test-ipv6.com/ip/", 100),
new CommonIPv4Getter("ipip.net接口", "http://myip.ipip.net/"),
//new CommonIPv4Getter("ipip.net接口", "http://myip.ipip.net/"),
new CommonIPv4Getter("ip-api.com接口", "http://ip-api.com/json/?fields=query", 100),
new CommonIPv4Getter("淘宝接口", "http://ip.taobao.com/service/getIpInfo.php?ip=myip"),
new CommonIPv4Getter("3322接口", "http://ip.3322.net/"),
Expand Down

0 comments on commit 1dc4f8b

Please sign in to comment.