J'ai créer un petit fichier BATCH qui configure les serveurs DNS sur OpenDNS:Open Family Shield et qui force le SafeSearch en modifiant le fichier HOSTS.
Téléchargez le ICI :⚡⚡
Instructions: Télécharger ce fichier .ZIP, extraire le fichier Jfilter.bat, exécuter en mode Administrateur (autoriser si Windows ou votre antivirus le bloque). Vous pouvez vérifier manuellement qu'il ne s'agisse pas d'un virus ou le modifier à votre guise en l'ouvrant dans un éditeur de texte . Enjoy ;)
Voici le code source du fichier en brut:
:::::::::::::::::::::::::::::::::: THE JFILTER (c) ::::::::::::::::::::::::::::::::::::::::::::
:: Instructions: Executer ce fichier en tant qu'administrateur.
@echo off
Title Jfilter
color 5F
netsh interface ipv4 add dns "Wi-Fi" 208.67.222.123 index=1
netsh interface ipv4 add dns "Wi-Fi" 208.67.220.123 index=2
netsh interface ipv4 add dns "Ethernet" 208.67.222.123 index=1
netsh interface ipv4 add dns "Ethernet" 208.67.220.123 index=2
set hostspath=%windir%\System32\drivers\etc\hosts
echo # force SafeSearch >> %hostspath%
echo 216.239.38.120 www.google.com >> %hostspath%
echo 216.239.38.120 www.google.fr >> %hostspath%
echo 216.239.38.120 www.google.co.il>> %hostspath%
echo 204.79.197.220 www.bing.com >> %hostspath%
echo 204.79.197.220 www.bing.fr >> %hostspath%
echo # Youtube mode Modéré (enlever le marqueur #): >> %hostspath%
echo #216.239.38.119 www.youtube.com m.youtube.com youtubei.googleapis.com youtube.googleapis.com www.youtube-nocookie.com >> %hostspath%
msg * Le filtre est … present mis en place. Merci d'avoir utilis‚ "THE JFILTER".
exit
:: By "The J"
Voici le code source du fichier en brut:
:::::::::::::::::::::::::::::::::: THE JFILTER (c) ::::::::::::::::::::::::::::::::::::::::::::
:: Instructions: Executer ce fichier en tant qu'administrateur.
@echo off
Title Jfilter
color 5F
netsh interface ipv4 add dns "Wi-Fi" 208.67.222.123 index=1
netsh interface ipv4 add dns "Wi-Fi" 208.67.220.123 index=2
netsh interface ipv4 add dns "Ethernet" 208.67.222.123 index=1
netsh interface ipv4 add dns "Ethernet" 208.67.220.123 index=2
set hostspath=%windir%\System32\drivers\etc\hosts
echo # force SafeSearch >> %hostspath%
echo 216.239.38.120 www.google.com >> %hostspath%
echo 216.239.38.120 www.google.fr >> %hostspath%
echo 216.239.38.120 www.google.co.il>> %hostspath%
echo 204.79.197.220 www.bing.com >> %hostspath%
echo 204.79.197.220 www.bing.fr >> %hostspath%
echo # Youtube mode Modéré (enlever le marqueur #): >> %hostspath%
echo #216.239.38.119 www.youtube.com m.youtube.com youtubei.googleapis.com youtube.googleapis.com www.youtube-nocookie.com >> %hostspath%
msg * Le filtre est … present mis en place. Merci d'avoir utilis‚ "THE JFILTER".
exit
:: By "The J"
Aucun commentaire:
Enregistrer un commentaire