2022 年 2 月

使用脚本从APNIC获取中国IP地址列表

使用脚本从APNIC获取中国IP地址列表

#!/bin/bash wget -c http://ftp.apnic.net/stats/apnic/delegated-apnic-latest cat delegated-apnic-latest | awk -F '|' '/CN/&&/ipv4/ {print $4 &

小四 小四 2022-02-17
829 0 0