forked from I2P_Developers/i2p.i2p
merge of '20d8216d0354a2fa3dbd14fa595ebe0ee080a9d8'
and 'b97f3cabaa528502fd5728f44345cc09348b74a6'
This commit is contained in:
@@ -4,18 +4,22 @@ Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
<title>I2P 警告: 非HTTP请求</title>
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" >
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" >
|
||||
<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico">
|
||||
<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<div class="logo">
|
||||
<a href="http://127.0.0.1:7657/" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"></a><hr>
|
||||
<a href="http://127.0.0.1:7657/config.jsp">设置</a> <a href="http://127.0.0.1:7657/help.jsp">帮助</a> <a href="http://127.0.0.1:7657/susidns/">地址簿</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<div class="warning" id="warning">
|
||||
<h3>警告: 非HTTP请求</h3>
|
||||
<p>
|
||||
请求使用了错误的协议
|
||||
I2P HTTP 代理【只】支持 http:// 请求,不支持其他协议例如 https:// and ftp:// 。
|
||||
I2P HTTP 代理【只】支持 <code>http://</code> 请求,不支持其他协议例如
|
||||
<code>https://</code> and <code>ftp://</code> 。
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user