Revisión 18
Añadido por Antonio J. Abasolo Sierra hace más de 14 años
limitar-https/trunk/deny_https.sh | ||
---|---|---|
mv $FICHERO /etc/init.d/
|
||
|
||
#update-rc.d $FICHERO defaults (nivel 20)
|
||
update-rc.d $FICHERO start 31 2 3 4 5 . stop 31 0 1 6 .
|
||
update-rc.d -f $FICHERO remove
|
||
update-rc.d $FICHERO start 99 2 3 4 5 . stop 99 0 1 6 .
|
||
|
||
/etc/init.d/$FICHERO start
|
||
|
limitar-https/trunk/deny_https | ||
---|---|---|
DENY_HTTPS=/etc/network/deny_https.conf
|
||
DENY_HTTPS_ALL=/etc/network/$FICHERO
|
||
DENY_HTTPS_IES=/etc/network/deny_https.ies
|
||
RUTA=http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/entry/limitar-https/trunk
|
||
#RUTA=http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/entry/limitar-https/trunk
|
||
RUTA=http://172.16.16.254/linex/projects/servidoressecundaria/repository/entry/limitar-https/trunk
|
||
RED=`ifconfig | grep Bcast | cut -f2 -d: | awk '{print }' | cut -f1 -d.`
|
||
#----------------------------------------------------------------------------------------
|
||
|
Exportar a: Unified diff
Cambiamos nivel de ejecución, y nombre dns por IP del host central.