This file is indexed.

/usr/share/doc/simpleproxy/README is in simpleproxy 3.4-7.

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
Simpleproxy v3.3

Vadim Zaliva <lord@crocodile.org>
Vlad Karpinsky <vlad@noir.crocodile.org>
Vadim Tymchenko <verylong@noir.crocodile.org>

Simpleproxy program acts as simple tcp proxy. It listens for local
socket, and any connection to this port will be forwarded to another
socket at remote host.

If you specify '-P <filename>' option simpleproxy will load list of
users from the <filename> (one per line). After this it will be
forwarding POP3 sessions only if client trying to authenificate as
this user.

Tested on Linux, SunOS, Solaris.
        
To install run `./configure`. Then, do 'make install'.

Can be used, for example, to run local irc client through proxy
started at ISP shell account, if some IRC serverc does not allow you
to connect directly.

Latest version always can be found at http://www.crocodile.org/software.html

Please use bug tracking system (follow link from WWW page
to report bugs).

If you want to send us patch, please use `diff -u` command.