This commit is contained in:
corwin 2026-04-21 04:24:00 -05:00
parent 8856d187ba
commit c53c1299eb
6 changed files with 159 additions and 0 deletions

4
destroy-all.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/bash
for s in $( ipset -n list ) ; do ipset destroy $s ; done