diff --git a/aliyun-ddns/IPGetter/IPv4Getter/IPv4GetterCreator.cs b/aliyun-ddns/IPGetter/IPv4Getter/IPv4GetterCreator.cs index 0fde3fe..d097339 100644 --- a/aliyun-ddns/IPGetter/IPv4Getter/IPv4GetterCreator.cs +++ b/aliyun-ddns/IPGetter/IPv4Getter/IPv4GetterCreator.cs @@ -12,7 +12,6 @@ public static class IPv4GetterCreator new CommonIPv4Getter("test-ipv6.com接口", "https://ipv4.lookup.test-ipv6.com/ip/", 100), //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/"), };