mirror of
https://github.com/bol-van/zapret2
synced 2026-09-21 21:29:24 +03:00
11 lines
165 B
Shell
Executable file
11 lines
165 B
Shell
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"
|