From ac0ab0c916197f4daf674272a4d0b89cb8b0f7aa Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Sun, 10 Jan 2021 03:41:31 +0800 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index ee8387b..ae0f1b2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,7 +2,7 @@ **[English](ReadMe_en.md)** -![SmartDNS](doc/smartdns-banner.png) +![SmartDNS](https://github.com/pymumu/test/releases/download/blob/smartdns-banner.png) SmartDNS是一个运行在本地的DNS服务器,SmartDNS接受本地客户端的DNS查询请求,从多个上游DNS服务器获取DNS查询结果,并将访问速度最快的结果返回给客户端,提高网络访问速度。 同时支持指定特定域名IP地址,并高性匹配,达到过滤广告的效果。 与dnsmasq的all-servers不同,smartdns返回的是访问速度最快的解析结果。 (详细差异请看[FAQ](#faq)) @@ -117,7 +117,7 @@ rtt min/avg/max/mdev = 5.954/6.133/6.313/0.195 ms ## 架构 -![Architecture](doc/architecture.png) +![Architecture](https://github.com/pymumu/test/releases/download/blob/architecture.png) 1. SmartDNS接收本地网络设备的DNS查询请求,如PC,手机的查询请求。 2. SmartDNS将查询请求发送到多个上游DNS服务器,可采用标准UDP查询,非标准端口UDP查询,及TCP查询。 @@ -664,11 +664,11 @@ smartdns包含了编译软件包的脚本,支持编译luci,debian,openwrt ### Alipay 支付宝 -![alipay](doc/alipay_donate.jpg) +![alipay](https://github.com/pymumu/test/releases/download/blob/alipay_donate.jpg) ### Wechat 微信 -![wechat](doc/wechat_donate.jpg) +![wechat](https://github.com/pymumu/test/releases/download/blob/wechat_donate.jpg) ## 开源声明