From 3d5ca31de31b982979911e0ebfbef95fb645bf66 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 30 Dec 2024 23:21:33 -0600 Subject: [PATCH] Save the ipset after running the creation script --- create.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create.sh b/create.sh index 7699901..662b08f 100755 --- a/create.sh +++ b/create.sh @@ -6,4 +6,5 @@ done while read line; do echo "banning $line..." sudo ipset add fuck-off $line -done < "master.txt" \ No newline at end of file +done < "master.txt" +sudo ipset save fuck-off > fuck-off.ipset \ No newline at end of file