package
0.0.0-20230215061254-6e903284d096
Repository: https://github.com/leosocy/intelliproxy.git
Documentation: pkg.go.dev

# Functions

NewBloomCachedChan returns a default bloom cached chan.
NewGeoInfoFetcher returns a fetcher for name.
NewProxy passes in the ip, port, calculates the other field values, and returns an initialized Proxy object.

# Constants

Anonymous 普通匿名(较为少见):服务器知道你使用了代理,但是查不到原始IP.
高匿名.
MaximumScore 代理最大得分.
NameOfIPAPIFetcher name of ip-api fetcher implements.
Transparent 透明:服务器知道你使用了代理,并且能查到原始IP.
Unknown 探测不到匿名度.

# Structs

BloomCachedChan excludes proxy that are already sent to channel by placing a bloom filter in front of the channel.
GeoInfo 包括ip的地理位置相关信息,包括国家省市,运营商,经纬度等等 ip-api-json tag用于ip-api fetcher从 `http://www.ip-api.com/docs/api:json` 中拉取信息.
Proxy IP Proxy data model.

# Interfaces

CachedChan provides a channel to transport proxies from spiders.
GeoInfoFetcher have some functions which use to fetch geo information from specify url.

# Type aliases

Anonymity 匿名度, 请求`https://httpbin.org/get?show_env=1` 根据ResponseBody中的 `X-Real-Ip` 和 `Via`字段判断。 另外如果代理支持HTTPS,访问https网站是没有匿名度的概念的, 因为此时代理只负责传输数据,并不能解析替换RequestHeaders。.