An open API service indexing awesome lists of open source software.

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

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.