bash-block-ip-by-country:Bash脚本按国家列出IP列表

时间:2024-06-05 23:35:38
【文件属性】:

文件名称:bash-block-ip-by-country:Bash脚本按国家列出IP列表

文件大小:225KB

文件格式:ZIP

更新时间:2024-06-05 23:35:38

bash ipset Ruby

bash ip-ip-country(按国家/地区) 这个bash脚本将 从下载按国家/地区划分的IP地址 将块ip转换为ipset格式 对于IPV4: : 对于IPV6: : 跑步: # ./blockcountryip.sh [countrycode] 以中国(CN)为例 ## ./blockcountryip.sh cn 加载到内存中 # ipset restore -! < ipv4.ipset.[countrycode] [国家/地区代码]是2个字符的国家/地区代码 申请iptables # iptables -A INPUT -p tcp -m multiport --dports [any port you wish] -m set --match-set ipv4_[countrycode] src -j DROP 例如,阻止来自中国的21、22


【文件预览】:
bash-block-ip-by-country-master
----ipv4.ipset.kr(30KB)
----ipv4.ipset.ru(221KB)
----blockcountryip.sh(868B)
----README.md(2KB)
----ipv4.ipset.cn(215KB)
----ipv4.ipset.vn(16KB)
----ipv4.ipset.us(1.37MB)

网友评论