-5
votes
3answers
151 views

Cell Tower IP Address Blocks [closed]

I am thinking of creating an app that only allows users connected via a cell tower. Are there IP ranges that are only used by cell towers? I realize that it may be a 'moving target', but does anyone ...
0
votes
1answer
66 views

How to Block Spam on Server from Certain Service Providers

I host my blog on a hosted VM - I am in control of the server. Right now, my blog is getting massive amounts of spam from Ubiquity Server Solutions (aka Nobis Technology Group). I've identified this ...
0
votes
1answer
804 views

Any way to filter IP's when logging queries? (BIND 9.3)

I would like to record queries to my DNS from a particular ip. Is this possible? Right now I have this: channel query_log { file "/var/named/data/queries.log" versions 2 size 1G; ...