更改图片源

pull/2/head
Zhang Peng 2019-02-25 17:04:34 +08:00
parent ad634ef774
commit 81e184c2ff
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
反向代理Reverse Proxy方式是指以代理服务器来接受 internet 上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给 internet 上请求连接的客户端,此时代理服务器对外就表现为一个反向代理服务器。
<br><div align="center"><img src="http://dunwu.test.upcdn.net/images/network/proxy-server.jpg"/></div><br>
<br><div align="center"><img src="https://raw.githubusercontent.com/dunwu/images/master/images/network/proxy-server.jpg"/></div><br>
## 安装与使用