mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
12 lines
174 B
Bash
12 lines
174 B
Bash
|
#!/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"
|