1st
This commit is contained in:
parent
8856d187ba
commit
c53c1299eb
6 changed files with 159 additions and 0 deletions
4
destroy-all.sh
Executable file
4
destroy-all.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
for s in $( ipset -n list ) ; do ipset destroy $s ; done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue