1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-10 07:42:57 +03:00

9 lines
156 B
Bash

#!/bin/sh
ZAPRET=/etc/init.d/zapret
[ -x "$ZAPRET" ] && [ "$INTERFACE" = "lan" ] && {
[ "$ACTION" = "ifup" ] && {
$ZAPRET enabled && $ZAPRET start
}
}