Jay Garcia wrote:
> On 25.08.2011 21:03, sean nathan bean wrote:
> 
>  --- Original Message ---
> 
>> d...@kd4e.com sent me the following::
>>> Just getting back to this ...
>>>
>>> Is the file to which this is added /etc/hosts ?
>>>
>>> Is everything in there blocked?
>>>
>>> Thanks!
>>>
>>>  > Beauregard T. Shagnasty wrote:
>>>> # block google ads. add additional servers as found.
>>>> 127.0.0.1 adwords.google.com
>>>> 127.0.0.1 pagead.googlesyndication.com
>>>> 127.0.0.1 pagead2.googlesyndication.com
>>>> 127.0.0.1 partner.googleadservices.com
>>>> 127.0.0.1 googleadservices.com
>>>> 127.0.0.1 adservices.google.com
>>>> 127.0.0.1www.googleadservices.com
>>>> 127.0.0.1 apps5.oingo.com
>>>> 127.0.0.1 gcc-08.googleadservices.com
>>>> 127.0.0.1 google-analytics.com
>>>> 127.0.0.1www.google-analytics.com
>>>> 127.0.0.1 ssl.google-analytics.com
>>>> # google urchintracker
>>>> 127.0.0.1 urchin.com
>>>> 127.0.0.1www.urchin.com
>>>> 127.0.0.1 domains.googlesyndication.com #[Parking Service]
>>>> 127.0.0.1 adservices.google.com
>>>> 127.0.0.1 video-stats.video.google.com
>>>> 127.0.0.1 4.afs.googleadservices.com
>>>> 127.0.0.1 feedads.googleadservices.com
>>>> 127.0.0.1 imageads.googleadservices.com #[Tracking.Cookie]
>>>> 127.0.0.1 pagead2.googleadservices.com
>>>> 127.0.0.1 partner.googleadservices.com
>>>
>> 
>> 
>> so what's the point of hosts.deny ? or do we need both?
> 
> hosts - Windows
> hosts.deny - Linux/Unix

Sort of.  *nix /etc/hosts works primarily as a name resolver for non DNS
local networks.  /etc/hosts.deny sets the base policy for access to your
localhost; usually All: All, as in deny everyone.  /etc/hosts.allow sets
exceptions to the base policy, e.g. if you want everyone in your LAN to
have access to your computer you'd make the entry:  All :
192.168.1.0/255.255.255.0.  Season to taste.

While the listed bypasses will work, that is not really the intent of
the /etc/hosts file and may serve to slow down other surfing since hosts
is the first file looked at in domain name resolution.

-- 
-Rinaldi-
Boob's Law:
        You always find something in the last place you look.
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to