KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CHINA-ISP-IPSET
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
puppeteer-example
:
fun init template for puppeteer
awesome-splunk-phantom
:
A collection of awesome resources built for and around the Splunk Phantom platform.
django-slugs-example-app
:
A basic app to show how to add slugs to models
autorun-creator
:
Create custom Autorun.inf for removable media
Principles-of-Compilers-Assignments
:
南开大学计算机学院“编译系统原理”课程作业。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CHINA-ISP-IPSET
?
Download (.md)
# CHINA-ISP-IPSET China ISP ip address collection with shell script to load from txt file. ## Following IPv4 address collection files: --- * telecom.txt -- for CHINA TELECOM * cmcc.txt -- for China Mobile * unicom.txt -- for China Unicom ## Load script "" usage: --- ``` load_ipset.sh <ip-file> <set-name> ``` ## How to use --- 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 ... ```