I have made a visitor tracking script for my demo server. I want to add a rule so that my own page hits are not recorded.
But the problem is, I don't have a static IP. I have a DSL connection with dynamic IP. I thought I might be able to specify a range instead of a single IP.
If my IP at the moment is aaa.bbb.ccc.ddd
, how safe is it to assume all IP addresses in the range aaa.bbb.ccc.0
to aaa.bbb.ccc.255
belong to my ISP and would eventually be assigned to me over time?
If this method is not reliable, what alternatives are there?