mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
12 lines
165 B
Bash
Executable File
12 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
# resolve user host list
|
|
|
|
IPSET_DIR="$(dirname "$0")"
|
|
IPSET_DIR="$(cd "$IPSET_DIR"; pwd)"
|
|
|
|
. "$IPSET_DIR/def.sh"
|
|
|
|
getexclude
|
|
|
|
"$IPSET_DIR/create_ipset.sh"
|