Coded bounce filter which returns all packages unprocessed, not sending any package...
[metaproxy-moved-to-github.git] / etc / config0.xml
1 <?xml version="1.0"?>
2 <!-- $Id: config0.xml,v 1.3 2006-08-31 13:01:09 marc Exp $ -->
3 <yp2 xmlns="http://indexdata.dk/yp2/config/1">
4   <start route="start"/>
5   <filters>
6     <filter id="frontend" type="frontend_net">
7       <port>@:9000</port>
8     </filter>
9   </filters>
10   <routes>  
11     <route id="start">
12       <filter refid="frontend"/>
13       <filter type="log"/>
14       <filter type="bounce"/>
15     </route>
16   </routes>
17 </yp2>
18