Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1935 → Rev 1936

/scripts/alcasar-bl.sh
149,6 → 149,7
mkdir $DIR_DG_BL $DIR_IP_BL
tar zxf $DIR_tmp/blacklists.tar.gz --directory=$DIR_DG/
# Add the two local categories (ossi-bl & ossi-wl) to the usage file
# Add the custom categories (ossi-tor_nodes) to the usage file
cat << EOF >> $DIR_DG_BL/global_usage
 
NAME: ossi-bl
155,25 → 156,25
DEFAULT_TYPE: black
SOURCE: ALCASAR Team
DESC FR: sites blacklistés ajoutés localement
NAME RU: ossi-bl
NAME EN: blacklisted sites add locally
DESC EN: blacklisted sites add locally
NAME FR: ossi-bl
NAME IT: ossi-bl
NAME NL: ossi-bl
NAME DE: ossi-bl
NAME ES: ossi-bl
NAME EN: ossi-bl
 
NAME: ossi-wl
DEFAULT_TYPE: white
SOURCE: ALCASAR Team
DESC FR: sites autorisés ajoutés localement
NAME RU: ossi-wl
NAME EN: whitelisted sites add locally
DESC EN: whitelisted sites add locally
NAME FR: ossi-wl
NAME IT: ossi-wl
NAME NL: ossi-wl
NAME DE: ossi-wl
NAME ES: ossi-wl
NAME EN: ossi-wl
 
NAME: ossi-tor_nodes
DEFAULT_TYPE: black
SOURCE: ALCASAR Team
DESC FR: Adresses IP des noeuds (routeurs) d'entrée du réseau TOR
DESC EN:IP addresses of input TOR nodes (routers)
NAME FR: Noeuds TOR
NAME EN: TOR nodes
EOF
# Retrieve custom files (ossi)
for x in $(ls -1 $DIR_tmp | grep "^ossi-*")