Skip to content

Instantly share code, notes, and snippets.

@cdy51223
cdy51223 / gh-check
Created March 17, 2022 08:32 — 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):