判断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.
chenxuanyu 3794b39bad 新增多个ip地址判断是否在配置ip范围内判断方法 1 year ago
utils 判断ip是否满足规则 1 year ago
.gitignore 判断ip是否满足规则 1 year ago
README.md 判断ip是否满足规则 1 year ago
check.go 新增多个ip地址判断是否在配置ip范围内判断方法 1 year ago
go.mod 判断ip是否满足规则 1 year ago

README.md

使用方法

1、设置私有仓库

go env -w GOPRIVATE=gitea.drugeyes.vip

2、设置git

git config --global url."ssh://gitea@gitea.drugeyes.vip".insteadOf "https://gitea.drugeyes.vip"

3、拉取对应版本

go get gitea.drugeyes.vip/pharnexbase/ipcheck@v1.0.0