China ISP ip address collection with shell script to load from txt file.
- telecom.txt -- for CHINA TELECOM
- cmcc.txt -- for China Mobile
- unicom.txt -- for China Unicom
load_ipset.sh <ip-file> <set-name>
Add those lines to start-up file in LINUX-like system:
/etc/rc.local
/etc/load_ipset.sh /etc/cmcc.txt cmcc
/etc/load_ipset.sh /etc/unicom.txt unicom
...