@ -275,6 +275,12 @@ replace_char()
echo "$@" | tr $a $b
}
setup_md5()
{
MD5=md5sum
exists $MD5 || MD5=md5
random()
# $1 - min, $2 - max
@ -24,8 +24,7 @@ GET_LIST="$IPSET_DIR/get_config.sh"
[ -n "$TPPORT" ] || TPPORT=988
setup_md5
check_readonly_system()