判断ip是否满足规则
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ipcheck/README.md

16 lines
306 B

### 使用方法
1、设置私有仓库
```shell
go env -w GOPRIVATE=gitea.drugeyes.vip
```
2、设置git
```shell
git config --global url."ssh://gitea@gitea.drugeyes.vip".insteadOf "https://gitea.drugeyes.vip"
```
3、拉取对应版本
```shell
go get gitea.drugeyes.vip/pharnexbase/ipcheck@v1.0.0
```