Skip to content

Instantly share code, notes, and snippets.

View serge-larin's full-sized avatar

Serge Larin serge-larin

View GitHub Profile
@serge-larin
serge-larin / get-country-net-list.sh
Last active May 22, 2023 06:14
Get network list by country
#!/bin/bash
if [ -z "$1" ]; then
COUNTRY="ru"
else
COUNTRY=$1
fi
PATTERN=${COUNTRY^^}$
BATCH=50
I=0
ASN_LIST=""