mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-07 23:27:13 +08:00
6 lines
276 B
Bash
Executable File
6 lines
276 B
Bash
Executable File
echo "create china hash:net family inet hashsize 4096 maxelem 1000000" >/tmp/china.ipset
|
|
awk '!/^$/&&!/^#/{printf("add china %s'" "'\n",$0)}' /etc/vssr/china_ssr.txt >>/tmp/china.ipset
|
|
ipset -! flush china
|
|
ipset -! restore </tmp/china.ipset 2>/dev/null
|
|
rm -f /tmp/china.ipset
|