On 2009/06/02 22:38, Daniel Ouellet wrote: > +deny from any prefix { 192.168.0.0/16, 10/8 }
deny from any prefix { 192.168/16, 10/8 } > +good="{ 192.168.0.0/16, 172.16.0.0/12, 10/8 }" > +bad="{ 224.0.0.0/4, 240/4 }" > +ugly="{ 127.0.0.1/8, 169.254/16 }" good="{ 192.168/16, 172.16/12, 10/8 }" bad="{ 224/4, 240/4 }" ugly="{ 127.0.0.1/8, 169.254/16 }" if these are changed, the sample config file should also be changed for consistency. I'm not sure though. I imagine it might create a bit of confusion to people who aren't used to this notation. What's anyone else think?