2 <metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0">
3 <!-- Offers virtual databases .. No authentication -->
7 <filter type="frontend_net">
14 <category session="true" apdu="true"/>
16 <filter type="virt_db">
17 <pass-vhosts>true</pass-vhosts>
19 <database>db1</database>
20 <target>localhost:9999/Default</target>
23 <database>db2</database>
24 <target>localhost:9998/Default</target>
27 <database>db3</database>
28 <target>bagel.indexdata.dk:80</target>
31 <database>gils</database>
32 <target>indexdata.dk/gils</target>
35 <database>marc</database>
36 <target>indexdata.dk/marc</target>
39 <database>loc</database>
40 <target>z3950.loc.gov:7090/voyager</target>
43 <database>all</database>
44 <target>localhost:9999/Default</target>
45 <target>localhost:9998/Slow</target>
46 <target>z3950.loc.gov:7090/voyager</target>
54 <mergetype>roundrobin</mergetype>
58 <category session="true"/>
60 <filter type="z3950_client">
63 <filter type="bounce"/>