> More intelligent filtering could disallow simple fnp over http but I'm > wonder if using SOAP would make such filtering harder to implement since > alot of "legitimate" traffic will be flowing across and it would be > painful to have to block all SOAP traffic.
No, it's really easy. If you're blocking based on the content of the HTTP traffic anyway (only letting through XML) then you've got to be doing pattern matching on the traffic passing through. In which case checking for Freenet patterns instead of XML patterns is trivial. _______________________________________________ Devl mailing list Devl at freenetproject.org http://www.uprizer.com/mailman/listinfo/devl
