Skip to content

Instantly share code, notes, and snippets.

View chldong's full-sized avatar
☣️

海亮 chldong

☣️
View GitHub Profile
@chldong
chldong / gh-check
Created August 11, 2020 09: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):