github可用IP获取工具,因为某种原因,github时不时的抽掉了,所以就写个小工具来测试吧…

预览图

1. 依赖

2. 使用

git clone git@github.com:mopo/githubiptool.git
cd githubiptool
go mod tidy
go run main.go

3. 其它

线程超时时间是10秒,若是全部失败,可以考虑加长时间再试,但是程序执行时间会加长

4. license

Licensed under MIT.