关于#696的疑问(region检查)
Open
- Dominant language
- Python
- Stars
- 23.7k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
在check.py中,我不明白为什么只在work_type为raw时检查ip归属
我的理解:
ip归属有改变的可能, 所以我认为在work_type为use时检查归属也是必要的
如果在代理加入数据库时归属检查失败(值为error), 这将影响数据库准确性, 所以我认为每次检查ip可用性时检查归属是有必要的
```
if work_type == "raw":
proxy.region = cls.regionGetter(proxy) if cls.conf.proxyRegion else ""
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.