iBug
iBug
@auxf0rd 我这边没问题。你可以尝试在自己电脑上查一下 twitter.com 的 IP 地址,然后比较一下。有可能是 DNS 污染导致上不去。
我又更新了一些代码,请看[上面的回复](https://github.com/iBug/pac/issues/2#issuecomment-462220411)
MaxMind 的 GeoIP 数据库确认能用,但是我还没想好怎么处理。CSV 版本处理起来应该会简单一点,但是还要在代码里添加 IPv6 的检测与判断,工作量说大不大说小不小,以后有空研究一下。
语言 binding 没啥用,我只需要国家代码(毕竟不是什么需要显示给用户的文字)。思路我基本有了,等下个月考完试考虑看看
候选资源: 优点:可以直接从 `raw.githubusercontent.com` 拉取文本文件,不需要从 MaxMind 用 License Key 下载(特别是下载之后还要处理 unzip 的事情)
Thank you for your response. I'm not familiar with Cgo so I'd rather not touch that part with my application. I ended up `make(chan MyData, 16)` and use `PushEvent(UserEvent)` as...
1. 准备撤下 Ubuntu 18.04 的镜像 2. *No response* 3. 制作镜像的过程是否可以像 [liimstrap](https://github.com/ustclug/liimstrap) 一样自动化,方便维护及制作出内容更加确定的镜像(即闭门造车) 4. 可以,之前的主要考虑是容量和兼容性问题。 容量:VB 的镜像会比 VMware 的大 15% 左右(不少内容需要编译 + DKMS 等,不像 VMware 的 tools 是开箱即用的)。 兼容性:不知道同一个虚拟机里装上 open-vm-tools 和...
> this good but its updating a little bit slow If you want faster updates, you'll probably be better off with a serverless function and GitHub webhook as [I wrote...
我刷了几个月,每两天刷两次 800 万,刷到 1.57 更新都没封号
Duplicate of #83