ipset: always resolve ipban list

This commit is contained in:
bol-van
2022-06-18 15:43:15 +03:00
parent a4e36eb067
commit d8749c7550
5 changed files with 28 additions and 7 deletions

11
ipset/get_ipban.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
# resolve only ipban user host list
IPSET_DIR="$(dirname "$0")"
IPSET_DIR="$(cd "$IPSET_DIR"; pwd)"
. "$IPSET_DIR/def.sh"
getipban
"$IPSET_DIR/create_ipset.sh"