Skip to content

Instantly share code, notes, and snippets.

View IT-Talon's full-sized avatar
🎯
Focusing

lilingyun IT-Talon

🎯
Focusing
View GitHub Profile
@IT-Talon
IT-Talon / gh-check
Created August 18, 2023 06:15 — forked from lilydjwg/gh-check
gh-check: speed test to known GitHub IPs
#!/usr/bin/python3
import asyncio
import time
import socket
import argparse
import aiohttp
class MyConnector(aiohttp.TCPConnector):