https://github.com/thehxdev/cfst
IP and CDN scanner
https://github.com/thehxdev/cfst
cloudflare go golang speedtest
Last synced: 12 months ago
JSON representation
IP and CDN scanner
- Host: GitHub
- URL: https://github.com/thehxdev/cfst
- Owner: thehxdev
- License: gpl-3.0
- Created: 2024-07-15T10:56:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:29:43.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:37:54.360Z (about 1 year ago)
- Topics: cloudflare, go, golang, speedtest
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CFST
This project is a fork of [CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest).
You can find Cloudflare IP ranges list (Both v4 and v6) on [cloudflare.com/ips](https://www.cloudflare.com/ips) page.
### What is different from original version?
- Translated to English
- Removed all Chinese comments
- Write tested (ping test) IPs to a file to prevent multiple ping checks. Just use already tested IPs!
## Build
To build `cfst` you need go compiler and `make` command availabe.
```bash
make
```
The command above will build the project and produce `cfst` executable.
## Usage
To get a help message:
```bash
./cfst -h
```
## Credits
Thanks to developers and all contributors of [XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest) project.
## License
The GPL-3.0 License.