Revisión 7
Añadido por Antonio J. Abasolo Sierra hace casi 15 años
limitar-https/trunk/deny_https_update | ||
---|---|---|
#!/bin/sh
|
||
#----------------------------------------------------------------------------------------
|
||
# Antonio J. Abasolo Sierra (Mayo-2010)
|
||
#----------------------------------------------------------------------------------------
|
||
# Descarga el fichero general de https a denegar por todos los IES
|
||
#----------------------------------------------------------------------------------------
|
||
|
||
cd /etc/network/
|
||
rm -f deny_https.all
|
||
wget http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/changes/limitar-https/trunk/deny_https.all
|
||
cd -
|
||
/etc/init.d/deny_https restart
|
||
|
||
Exportar a: Unified diff
actualización