1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-04 13:24:29 +00:00
zapret/ipset/get_ipban.sh
2024-10-29 19:02:07 +03:00

12 lines
174 B
Bash
Executable File

#!/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"