new: add warp fake packet delay, add warp detour, add new ipinfo api
This commit is contained in:
@@ -121,6 +121,8 @@ class ProxyRepositoryImpl
|
||||
|
||||
final Map<String, IpInfo Function(Map<String, dynamic> response)>
|
||||
_ipInfoSources = {
|
||||
// "https://geolocation-db.com/json/": IpInfo.fromGeolocationDbComJson,
|
||||
"https://api.ip.sb/geoip/": IpInfo.fromIpSbJson,
|
||||
"https://ipapi.co/json/": IpInfo.fromIpApiCoJson,
|
||||
"https://ipinfo.io/json/": IpInfo.fromIpInfoIoJson,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user