* HTTP Proxy:
- Take CSS out of the error pages; use internal server for CSS, image, and favicon
This commit is contained in:
@ -4,45 +4,24 @@ Cache-control: no-cache
|
|||||||
Connection: close
|
Connection: close
|
||||||
Proxy-Connection: close
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Destination key conflict</title>
|
<title>Destination key conflict</title>
|
||||||
<link rel="shortcut icon" href="http://127.0.0.1:7657/favicon.ico" />
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" />
|
||||||
<style type='text/css'>
|
<link href="http://proxy.i2p/themes/console/console.css" rel="stylesheet" type="text/css" />
|
||||||
div.warning {
|
</head>
|
||||||
margin: 0em 1em 1em 224px;
|
<body>
|
||||||
padding: .5em 1em;
|
<div class=logo>
|
||||||
background-color: #ffefef;
|
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||||
border: medium solid #ffafaf;
|
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||||
text-align: left;
|
</div>
|
||||||
color: inherit;
|
<div class=warning id=warning>
|
||||||
}
|
The addresshelper link you followed specifies a different destination key
|
||||||
div.logo {
|
than a host entry in your host database.
|
||||||
float: left;
|
Someone could be trying to impersonate another eepsite,
|
||||||
width: 200px;
|
or people have given two eepsites identical names.
|
||||||
left: 1em;
|
<P/>
|
||||||
top: 1em;
|
You can resolve the conflict by considering which key you trust,
|
||||||
margin: 0em;
|
and either discarding the addresshelper link,
|
||||||
padding: .5em;
|
discarding the host entry from your host database,
|
||||||
text-align: left;
|
or naming one of them differently.
|
||||||
border: medium solid #efefff;
|
<P/>
|
||||||
background-color: #fafaff;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class=logo>
|
|
||||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://127.0.0.1:7657/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
|
||||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
|
||||||
</div>
|
|
||||||
<div class=warning id=warning>
|
|
||||||
The addresshelper link you followed specifies a different destination key
|
|
||||||
than a host entry in your host database.
|
|
||||||
Someone could be trying to impersonate another eepsite,
|
|
||||||
or people have given two eepsites identical names.
|
|
||||||
<P/>
|
|
||||||
You can resolve the conflict by considering which key you trust,
|
|
||||||
and either discarding the addresshelper link,
|
|
||||||
discarding the host entry from your host database,
|
|
||||||
or naming one of them differently.
|
|
||||||
<P/>
|
|
||||||
|
@ -6,33 +6,12 @@ Proxy-Connection: close
|
|||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Eepsite not reachable</title>
|
<title>Eepsite not reachable</title>
|
||||||
<link rel="shortcut icon" href="http://127.0.0.1:7657/favicon.ico" />
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" />
|
||||||
<style type='text/css'>
|
<link href="http://proxy.i2p/themes/console/console.css" rel="stylesheet" type="text/css" />
|
||||||
div.warning {
|
|
||||||
margin: 0em 1em 1em 224px;
|
|
||||||
padding: .5em 1em;
|
|
||||||
background-color: #ffefef;
|
|
||||||
border: medium solid #ffafaf;
|
|
||||||
text-align: left;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
div.logo {
|
|
||||||
float: left;
|
|
||||||
width: 200px;
|
|
||||||
left: 1em;
|
|
||||||
top: 1em;
|
|
||||||
margin: 0em;
|
|
||||||
padding: .5em;
|
|
||||||
text-align: left;
|
|
||||||
border: medium solid #efefff;
|
|
||||||
background-color: #fafaff;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class=logo>
|
<div class=logo>
|
||||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://127.0.0.1:7657/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||||
</div>
|
</div>
|
||||||
<div class=warning id=warning>
|
<div class=warning id=warning>
|
||||||
|
@ -6,33 +6,12 @@ Proxy-Connection: close
|
|||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Invalid eepsite destination</title>
|
<title>Invalid eepsite destination</title>
|
||||||
<link rel="shortcut icon" href="http://127.0.0.1:7657/favicon.ico" />
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" />
|
||||||
<style type='text/css'>
|
<link href="http://proxy.i2p/themes/console/console.css" rel="stylesheet" type="text/css" />
|
||||||
div.warning {
|
|
||||||
margin: 0em 1em 1em 224px;
|
|
||||||
padding: .5em 1em;
|
|
||||||
background-color: #ffefef;
|
|
||||||
border: medium solid #ffafaf;
|
|
||||||
text-align: left;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
div.logo {
|
|
||||||
float: left;
|
|
||||||
width: 200px;
|
|
||||||
left: 1em;
|
|
||||||
top: 1em;
|
|
||||||
margin: 0em;
|
|
||||||
padding: .5em;
|
|
||||||
text-align: left;
|
|
||||||
border: medium solid #efefff;
|
|
||||||
background-color: #fafaff;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class=logo>
|
<div class=logo>
|
||||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://127.0.0.1:7657/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||||
</div>
|
</div>
|
||||||
<div class=warning id=warning>
|
<div class=warning id=warning>
|
||||||
|
@ -6,33 +6,12 @@ Proxy-Connection: close
|
|||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Eepsite unknown</title>
|
<title>Eepsite unknown</title>
|
||||||
<link rel="shortcut icon" href="http://127.0.0.1:7657/favicon.ico" />
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" />
|
||||||
<style type='text/css'>
|
<link href="http://proxy.i2p/themes/console/console.css" rel="stylesheet" type="text/css" />
|
||||||
div.warning {
|
|
||||||
margin: 0em 1em 1em 224px;
|
|
||||||
padding: .5em 1em;
|
|
||||||
background-color: #ffefef;
|
|
||||||
border: medium solid #ffafaf;
|
|
||||||
text-align: left;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
div.logo {
|
|
||||||
float: left;
|
|
||||||
width: 200px;
|
|
||||||
left: 1em;
|
|
||||||
top: 1em;
|
|
||||||
margin: 0em;
|
|
||||||
padding: .5em;
|
|
||||||
text-align: left;
|
|
||||||
border: medium solid #efefff;
|
|
||||||
background-color: #fafaff;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class=logo>
|
<div class=logo>
|
||||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://127.0.0.1:7657/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||||
</div>
|
</div>
|
||||||
<div class=warning id=warning>
|
<div class=warning id=warning>
|
||||||
|
@ -4,47 +4,25 @@ Cache-control: no-cache
|
|||||||
Connection: close
|
Connection: close
|
||||||
Proxy-Connection: close
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Outproxy Not Found</title>
|
<title>Outproxy Not Found</title>
|
||||||
<link rel="shortcut icon" href="http://127.0.0.1:7657/favicon.ico" />
|
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" />
|
||||||
<style type='text/css'>
|
<link href="http://proxy.i2p/themes/console/console.css" rel="stylesheet" type="text/css" />
|
||||||
div.warning {
|
</head>
|
||||||
margin: 0em 1em 1em 224px;
|
<body>
|
||||||
padding: .5em 1em;
|
<div class=logo>
|
||||||
background-color: #ffefef;
|
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||||
border: medium solid #ffafaf;
|
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||||
text-align: left;
|
</div>
|
||||||
color: inherit;
|
<div class=warning id=warning>
|
||||||
}
|
The WWW Outproxy was not found.
|
||||||
div.logo {
|
It is offline, there is network congestion,
|
||||||
float: left;
|
or your router is not yet well-integrated with peers.
|
||||||
width: 200px;
|
You may want to
|
||||||
left: 1em;
|
<a href="javascript: parent.window.location.reload()">retry</a>
|
||||||
top: 1em;
|
as this will randomly reselect an outproxy from the pool you have defined
|
||||||
margin: 0em;
|
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">here</a>
|
||||||
padding: .5em;
|
(if you have more than one configured).
|
||||||
text-align: left;
|
If you continue to have trouble you may want to edit your outproxy list
|
||||||
border: medium solid #efefff;
|
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">here</a>.
|
||||||
background-color: #fafaff;
|
<BR><BR>Could not find the following destination:<BR><BR>
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class=logo>
|
|
||||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://127.0.0.1:7657/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
|
||||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
|
||||||
</div>
|
|
||||||
<div class=warning id=warning>
|
|
||||||
The WWW Outproxy was not found.
|
|
||||||
It is offline, there is network congestion,
|
|
||||||
or your router is not yet well-integrated with peers.
|
|
||||||
You may want to
|
|
||||||
<a href="javascript: parent.window.location.reload()">retry</a>
|
|
||||||
as this will randomly reselect an outproxy from the pool you have defined
|
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">here</a>
|
|
||||||
(if you have more than one configured).
|
|
||||||
If you continue to have trouble you may want to edit your outproxy list
|
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=0">here</a>.
|
|
||||||
<BR><BR>Could not find the following destination:<BR><BR>
|
|
||||||
|
Reference in New Issue
Block a user