Skip to content

Instantly share code, notes, and snippets.

View fzcohq's full-sized avatar

Teraria fzcohq

View GitHub Profile
@fzcohq
fzcohq / gh-check
Created March 12, 2021 06:03 — 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):