Metadata-Version: 2.4
Name: cf-best-ip
Version: 1.0.0
Summary: Cloudflare best IP optimizer with TCP prefilter and TLS/HTTP probing
Author: cf-best-ip contributors
License-Expression: MIT
Project-URL: Repository, https://github.com/luxoee/cf-best-ip
Keywords: cloudflare,ip,latency,network,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# cf-best-ip

Cloudflare best IP optimizer with TCP prefilter and TLS/HTTP probing.

## Install

```bash
pip install cf-best-ip
```

## Usage

```bash
cf-best-ip --count 2048 --top 16
cf-best-ip --ports 443,2053,2083,2087,2096,8443
cf-best-ip --output bestip.txt
```
