while doing a netstat -b, i noticed there are some general tracking sites which establish - and hold - a port connection for the duration of my browser's life.
how can i prevent these nosey parkers from connectivity? is it something like:
i know this isn't exactly it, as i tried it & did a refresh, and the domain came through. or is the hosts file read just upon browser invocation, and i must reset?
edit to ask: i can't get wildcards to behave; are wildcards allowed? (specific ip's do work, however). do i need to mask it specifically, like 255.255.255.0?
how can i prevent these nosey parkers from connectivity? is it something like:
Code:
127.0.0.1 *.bothersome.com
127.0.0.1 annoying.site.com
127.0.0.1 adtracker.oct2.oct3.net
edit to ask: i can't get wildcards to behave; are wildcards allowed? (specific ip's do work, however). do i need to mask it specifically, like 255.255.255.0?