Skip to content

Instantly share code, notes, and snippets.

@thanksshu
thanksshu / check_cf_warp_endpoint.py
Last active February 22, 2026 21:30
Test cloudflare WARP endpoints
"""
Test cloudflare WARP endpoints
Select all the best WARP endpoints
Thanks to https://gitlab.com/Misaka-blog/warp-script#warp-endpoint-ip-优选脚本
"""
import asyncio
import csv
import ipaddress
import logging