more scripts and configs
This commit is contained in:
8
scripts/opt_etc_ndm_fs.d/100-ipset.sh
Normal file
8
scripts/opt_etc_ndm_fs.d/100-ipset.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" != "start" ] && exit 0
|
||||
|
||||
ipset create unblock hash:net -exist
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user