Reinstate misspelled index names, but mark as deprecated.
[metaproxy-moved-to-github.git] / etc / config1.xml
index 393a4bc..4e98e47 100644 (file)
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
-<!-- $Id: config1.xml,v 1.11 2006-08-31 13:01:09 marc Exp $ -->
-<yp2 xmlns="http://indexdata.dk/yp2/config/1">
+<metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0">
+  <!-- Z39.50 proxy which relays to target specified in Init otherinfo 
+  (VAL_RPOXY). If no target is given, it relays to target
+  z3950.indexdata.dk -->
   <start route="start"/>
   <filters>
     <filter id="frontend" type="frontend_net">
@@ -9,6 +11,8 @@
     </filter>
     <filter id="backend" type="z3950_client">
      <timeout>30</timeout>
+     <default_target>localhost:9999</default_target>
+     <force_close>true</force_close>
     </filter>
   </filters>
   <routes>  
@@ -21,5 +25,5 @@
       <filter type="bounce"/>
     </route>
   </routes>
-</yp2>
+</metaproxy>