lmc999 / RegionRestrictionCheck

A bash script to check the status of your IP on various geo-restricted services.
GNU Affero General Public License v3.0
4.05k stars 551 forks source link

Use multithreading #61

Closed guaguaya66 closed 1 year ago

guaguaya66 commented 1 year ago
  1. 使用 {}& wait达到多线程效果
  2. 为所有curl请求加上 --max-time 10 避免超时一直等待
  3. HuluUS 新增遇到不支持的CPU架构的错误提示