Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 24

Corregido error descargando deny_https.all

Ver diferencias:

limitar-https/trunk/deny_https.sh
# Descarga el fichero con webs iniciales a cortar
FICHERO=deny_https.all
wget -q -O $FICHERO $RUTA/$FICHERO?format=raw
cp $FICHERO > /etc/network/deny_https.ies
if [ -e $FICHERO ]; then
cp $FICHERO /etc/network/deny_https.ies
fi
/etc/init.d/deny_https start

Exportar a: Unified diff