Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker版本 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,27 @@ http://127.0.0.1:2060?ip=8.8.8.8,114.114.114.114&callback=a
* country - 国家或地区
* area - 区域(我实际测试得到还有可能是运营商)

**Docker版本**

[dockerhub](https://hub.docker.com/r/sogcc/ipc)

```docker
version: '3'
services:
IPC:
container_name: IPC
image: sogcc/ipc:latest
volumes:
- ./qqwry.dat:/qqwry.dat:ro
ports:
- 2060:2060
restart: always
```

### 感谢

* 感谢[纯真IP库](http://www.cz88.net)一直以来坚持为大家提供免费的IP库资源
* 感谢[yinheli](https://github.com/yinheli)的[qqwry](https://github.com/yinheli/qqwry)项目,为我提供了纯真ip库文件格式算法
* 感谢 https://zhangzifan.com/update-qqwry-dat.html 提供在线获取 IP 库的方案

`- eof -`
`- eof -`