首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
关于 ipset 4.5 批量加载 IP 段问题
qq674949301
·
2015-07-02 12:29:15 +08:00
· 423 次点击
这是一个创建于 3424 天前的主题,其中的信息可能已经有所发展或是发生改变。
由于内核版本的限制,不能升级到ipset 到6.x版本,想批量加载IP段,原来写的一个脚本:
#!/bin/sh
# Copyright (C) 2015
OpenWrt.org
_input=/jffs/chnroute.txt
IPS=/usr/sbin/ipset
ipset -N gfwlist nethash
egrep -v "^#|^$" $_input | while IFS= read -r ip
do
$IPS -A gfwlist $ip
done
循环加载感觉效率太低了,有没有好的办法来批量加载呢?
使用环境:Tomato shibby
ipset
gfwlist
批量
2 条回复
•
2015-07-02 18:15:33 +08:00
1
LazyZhu
2015-07-02 13:12:32 +08:00
ipset -R
http://people.netfilter.org/kadlec/ipset/ipset.man.html
2
qq674949301
OP
2015-07-02 18:15:33 +08:00 via Android
@
LazyZhu
如何写这个脚本!
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1725 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms ·
UTC 16:57
·
PVG 00:57
·
LAX 08:57
·
JFK 11:57
Developed with
CodeLauncher
♥ Do have faith in what you're doing.