We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget -O- 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | awk -F\| '/CN\|ipv4/ { printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > ./chnroute.txt
wget -O- http://www.ipdeny.com/ipblocks/data/countries/cn.zone > ./chnroute.txt
ipset -N chnroute hash:net for i in $(cat ./chnroute.txt ); do ipset -A chnroute $i; done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
获取 IP 网段
数据源1
数据源2
创建并初始化 ipset
The text was updated successfully, but these errors were encountered: