Skip to content

Instantly share code, notes, and snippets.

@Mistarille224
Mistarille224 / gh-check
Created June 23, 2023 02:21 — 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):