This file is indexed.

/usr/share/doc/crossroads/examples/multi-ip.xml is in crossroads 2.81-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  
  <system>
    <uselogger>true</uselogger>
    <logger>clpipe /var/log/xr.clog</logger>
    <path>/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin</path>
  </system>

  <service>
    <name>first</name>    
    <server>
      <type>tcp</type>
      <address>192.168.2.5:10000</address>
      <dispatchmode>first-available</dispatchmode>
      <webinterface>192.168.2.5:10001</webinterface>
      <verbose>yes</verbose>
      <debug>yes</debug>
    </server>
    <backend>
      <address>www.google.nl:80</address>
    </backend>
    <backend>
      <address>www.thedailywtf.com:80</address>
    </backend>
  </service>

  <service>
    <name>second</name>    
    <server>
      <type>tcp</type>
      <address>172.16.89.1:10000</address>
      <dispatchmode>first-available</dispatchmode>
      <webinterface>172.16.89.1:10001</webinterface>
      <verbose>yes</verbose>
      <debug>yes</debug>
    </server>
    <backend>
      <address>kubat.nl:80</address>
    </backend>
    <backend>
      <address>slashdot.org:80</address>
    </backend>
  </service>

</configuration>