Skip to content

Commit 28f14d6

Browse files
committed
更新README 📓
修改readme说明
1 parent 6414ced commit 28f14d6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
![cdnCheck_go](https://socialify.git.ci/damit5/cdnCheck_go/image?description=1&font=Inter&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Light)
2+
13
## 介绍
24

3-
使用`github.com/projectdiscovery/cdncheck`来快速判断是否存在CDN
5+
使用`github.com/projectdiscovery/cdncheck``ASN``CIDR``CNAME`来快速批量判断目标是否存在CDN,并可保存不存在CDN的域名和IP。
46

57
## 安装编译
68

9+
### 最简单
10+
11+
前往[release页面](https://github.com/damit5/cdnCheck_go/releases)下载对应版本
12+
713
### 自动
814

915
```shell
@@ -17,10 +23,7 @@ go install github.com/damit5/cdnCheck_go@latest
1723
```shell
1824
git clone https://github.com/damit5/cdnCheck_go
1925
cd cdnCheck_go
20-
21-
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath -o release/cdnCheck_go_linux_amd64
22-
GOOS=darwin CGO_ENABLED=0 GOARCH=amd64 go build -ldflags="-s -w" -trimpath -o release/cdnCheck_darwin
23-
GOOS=windows CGO_ENABLED=0 GOARCH=amd64 go build -ldflags="-s -w" -trimpath -o release/cdnCheck.exe
26+
goreleaser build
2427
```
2528

2629
## 用法

0 commit comments

Comments
 (0)