This file is indexed.

/usr/share/polipo/www/doc/Client-connections.html is in polipo 1.0.4.1-1.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html lang="en">
<head>
<title>Client connections - The Polipo Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The Polipo Manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Network.html#Network" title="Network">
<link rel="prev" href="Network.html#Network" title="Network">
<link rel="next" href="Contacting-servers.html#Contacting-servers" title="Contacting servers">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2003 -- 2006 by Juliusz Chroboczek.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Client-connections"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Contacting-servers.html#Contacting-servers">Contacting servers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Network.html#Network">Network</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Network.html#Network">Network</a>
<hr>
</div>

<h3 class="section">3.1 Client connections</h3>

<p><a name="index-proxyAddress-60"></a><a name="index-proxyPort-61"></a><a name="index-proxyName-62"></a><a name="index-address-63"></a><a name="index-port-64"></a><a name="index-IPv6-65"></a><a name="index-proxy-loop-66"></a><a name="index-loop-67"></a><a name="index-proxy-name-68"></a><a name="index-via-69"></a><a name="index-loopback-address-70"></a><a name="index-security-71"></a>
There are three fundamental values that control how Polipo speaks to
clients.  The variable <code>proxyAddress</code>, defines the IP address on
which Polipo will listen; by default, its value is the <dfn>loopback
address</dfn> <code>"127.0.0.1"</code>, meaning that Polipo will listen on the
IPv4 loopback interface (the local host) only.  By setting this
variable to a global IP address or to one of the special values
<code>"::"</code> or <code>"0.0.0.0"</code>, it is possible to allow Polipo to
serve remote clients.  This is likely to be a security hole unless you
set <code>allowedClients</code> to a reasonable value (see <a href="Access-control.html#Access-control">Access control</a>).

   <p>Note that the type of address that you specify for <code>proxyAddress</code>
will determine whether Polipo listens to IPv4 or IPv6.  Currently, the
only way to have Polipo listen to both protocols is to specify the
IPv6 unspecified address (<code>"::"</code>) for <code>proxyAddress</code>.

   <p>The variable <code>proxyPort</code>, by default 8123, defines the TCP port
on which Polipo will listen.

   <p>The variable <code>proxyName</code>, which defaults to the host name of the
machine on which Polipo is running, defines the <dfn>name</dfn> of the
proxy.  This can be an arbitrary string that should be unique among
all instances of Polipo that you are running.  Polipo uses it in error
messages and optionally for detecting proxy loops (by using the
&lsquo;<samp><span class="samp">Via</span></samp>&rsquo; HTTP header, see <a href="Censoring-headers.html#Censoring-headers">Censoring headers</a>).

<ul class="menu">
<li><a accesskey="1" href="Access-control.html#Access-control">Access control</a>:               Deciding who can connect. 
</ul>

   </body></html>