|
|
(Hi ha 9 revisions intermèdies sense mostrar fetes per un usuari) |
Línia 1: |
Línia 1: |
− | {{en desenvolupament}}
| |
− | {|align=left|__TOC__|}
| |
− | = Configurar un filtre de publicitat web per Proxy / DnsServices =
| |
| | | |
− | == Introducció ==
| |
− | Configurarem el paquet [[Servidor_DNS|dnsservices]] (bind9) inclòs a ([[Servidor_Proxy|Proxy3]] / [[Cloudy]]) que eliminarà els anuncis de les pàgines web. Es basa en un script que descarrega una [http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig&showintro=0&mimetype=plaintext llista pública] de servidors de banners publicitaris tipus "doubleclick.net" i l'afegeix al servidor DNS (bind9) per que els bloquegi.
| |
− |
| |
− | == Requisits ==
| |
− | Disposar d'un servidor linux ([[Servidor_Proxy|Proxy3]] / [[Cloudy]]) basat en [[Debian]] que ha d'estar configurat com a [[Servidor_DNS|servidor de noms]].
| |
− |
| |
− | == Configuració ==
| |
− | === Crear script ad-blacklist-update.sh ===
| |
− | ''Obrim una finestra '''ssh''' (cal permisos root)''
| |
− | *'''sudo su -'''
| |
− |
| |
− | ''Ens situem al directori /etc/bind''
| |
− | *'''cd /etc/bind'''
| |
− |
| |
− | ''Creem l'script ad-blacklist-update.sh''
| |
− | *'''nano /etc/bind/ad-blacklist-update.sh'''
| |
− | #'''Contingut de l'script ad-blacklist-update.sh'''
| |
− |
| |
− | # Baixa la llista de servidors de publicitat de <nowiki>http://pgl.yoyo.org/adservers</nowiki>
| |
− | # qualsevol servidor d'aquesta llista rebrà una IP nula del servidor de noms
| |
− |
| |
− | wget "<nowiki>http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig&showintro=0&mimetype=plaintext</nowiki>" -qO ad-blacklist
| |
− | sed -i 's/null.zone.file/\/etc\/bind\/foratnegre/g' ad-blacklist
| |
− |
| |
− | ''Convertim l'script en executable''
| |
− | *'''chmod +x /etc/bind/ad-blacklist-update.sh'''
| |
− |
| |
− | === Configurar Bind ===
| |
− | ''Preparem l'arxiu named.conf.int.private perquè inclogui la llista de servidors bloquejats
| |
− | *'''echo 'include "/etc/bind/ad-blacklist";' > /etc/bind/named.conf.int.private'''
| |
− |
| |
− | === Configurar Cron ===
| |
− |
| |
− |
| |
− | == Veure també ==
| |
− | * [[Servidor Proxy]]
| |
− |
| |
− | == Referències ==
| |
− | * [http://paulgporter.net/2013/07/14/freeradius-ldaps/ Configuring FreeRADIUS for LDAP over SSL Authentication] per Paul Gerard Porter [ENG]
| |
− | * [http://freeradius.org/ Web Oficial]
| |
− |
| |
− | [[Categoria:Servidor]]
| |