in reply to How to mask my IP address

In your script:

BEGIN { $ENV{REMOTE_ADDR} = join".",map int rand 256,0..3 }

Ok, maybe this idea sucks. Still was worth a shot.