ipfilter logging
A wile ago some of our test suites were failing due to erroneous requests to port 80 on the test machines. The simplest thing to do was to just block requests to anything other than our webserver in the lab using ipfilter. pass in quick on bge2 proto tcp from any to <webserver IP> port […]