Skip to content

Instantly share code, notes, and snippets.

@BA7JCM
BA7JCM / gh-check
Created April 18, 2022 10:20 — 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):