Skip to content

Commit 51e1ba6

Browse files
committed
update readme
1 parent efc1899 commit 51e1ba6

File tree

2 files changed

+56
-13
lines changed

2 files changed

+56
-13
lines changed

ReadMe.md

+21
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ SmartDNS 同时支持指定特定域名 IP 地址,并高性匹配,可达到
1717
- [特性](#特性)
1818
- [架构](#架构)
1919
- [下载](#下载)
20+
- [使用官方安装源](#使用官方安装源)
21+
- [手工下载安装](#手工下载安装)
2022
- [安装和使用](#安装和使用)
2123
- [标准 Linux 系统 / 树莓派](#标准-linux-系统--树莓派)
2224
- [OpenWrt](#openwrt)
@@ -121,6 +123,9 @@ rtt min/avg/max/mdev = 5.954/6.133/6.313/0.195 ms
121123
9. **高性能、占用资源少**
122124
多线程异步 IO 模式,cache 缓存查询结果。
123125

126+
10. **主流系统官方支持**
127+
主流路由系统官方软件源安装smartdns。
128+
124129
## 架构
125130

126131
![Architecture](https://github.com/pymumu/test/releases/download/blob/architecture.png)
@@ -132,6 +137,19 @@ rtt min/avg/max/mdev = 5.954/6.133/6.313/0.195 ms
132137

133138
## 下载
134139

140+
### 使用官方安装源
141+
142+
smartdns已经合入主流系统的软件仓库,可以直接使用系统安装命令直接安装。
143+
144+
系统|安装方式|说明|
145+
--|--|--
146+
openwrt|opkg update</br>opkg install luci-app-smartdns</br>opkg install smartdns|22.03之后的系统。软件源路径:https://downloads.openwrt.org/releases/
147+
ddwrt|官方最新固件service页面->SmartDNS Resolver->启用。|选择界面参考:https://forum.dd-wrt.com/demo/Services.html
148+
debian|apt-get install smartdns|
149+
entware|ipkg update</br>ipkg install smartdns|软件源路径:https://bin.entware.net/
150+
151+
### 手工下载安装
152+
135153
--------------
136154

137155
下载对应系统或固件版本的 SmartDNS 安装包,对应关系如下。
@@ -723,6 +741,9 @@ rtt min/avg/max/mdev = 5.954/6.133/6.313/0.195 ms
723741
...
724742
```
725743

744+
14. 更多问题
745+
如有更多问题,请查阅或提交issue: [https://github.com/pymumu/smartdns/issues](https://github.com/pymumu/smartdns/issues)
746+
726747
## 编译
727748

728749
SmartDNS 提供了编译软件包的脚本(`package/build-pkg.sh`),支持编译 LuCI、Debian、OpenWrt 和 Optware 安装包。

ReadMe_en.md

+35-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,27 @@ Support Raspberry Pi, openwrt, ASUS router, Windows and other devices.
99

1010
## Table Of Content
1111

12-
1. [Software Show](#software-show)
13-
1. [Features](#features)
14-
1. [Architecture](#architecture)
15-
1. [Usage](#usage)
16-
1. [Download the package](#download-the-package)
17-
1. [Standard Linux system installation/Raspberry Pi, X86_64 system](#standard-linux-system-installation/raspberry-pi,-x86_64-system)
18-
1. [openwrt/LEDE](#openwrt/lede)
19-
1. [ASUS router native firmware / Merlin firmware](#asus-router-native-firmware-/-merlin-firmware)
20-
1. [optware/entware](#optware/entware)
21-
1. [Windows 10 WSL Installation/WSL ubuntu](#windows-10-wsl-installation/wsl-ubuntu)
22-
1. [Configuration parameter](#configuration-parameter)
23-
1. [Donate](#Donate)
24-
1. [FAQ](#FAQ)
12+
- [SmartDNS](#smartdns)
13+
- [Table Of Content](#table-of-content)
14+
- [Software Show](#software-show)
15+
- [Features](#features)
16+
- [Architecture](#architecture)
17+
- [Usage](#usage)
18+
- [Use official installation source](#use-official-installation-source)
19+
- [Download the package](#download-the-package)
20+
- [Standard Linux system installation/Raspberry Pi, X86_64 system](#standard-linux-system-installationraspberry-pi-x86_64-system)
21+
- [openwrt](#openwrt)
22+
- [ASUS router native firmware / Merlin firmware](#asus-router-native-firmware--merlin-firmware)
23+
- [optware/entware](#optwareentware)
24+
- [Windows 10 WSL Installation/WSL ubuntu](#windows-10-wsl-installationwsl-ubuntu)
25+
- [Configuration parameter](#configuration-parameter)
26+
- [FAQ](#faq)
27+
- [Compile](#compile)
28+
- [Donate](#donate)
29+
- [PayPal](#paypal)
30+
- [Alipay](#alipay)
31+
- [Wechat](#wechat)
32+
- [Open Source License](#open-source-license)
2533

2634
## Software Show
2735

@@ -121,6 +129,17 @@ From the comparison, smartdns found the fastest IP address to visit www.baidu.co
121129

122130
## Usage
123131

132+
### Use official installation source
133+
134+
smartdns can already be installed using system package management tools.
135+
136+
System|Installation|Instructions|
137+
--|--|--
138+
openwrt|opkg update</br>opkg install luci-app-smartdns</br>opkg install smartdns|systems after 22.03. Software source: https://downloads.openwrt.org/releases/
139+
ddwrt|latest firmware. goto services page abd enable SmartDNS Resolver. |Demo: https://forum.dd-wrt.com/demo/Services.html
140+
debian|apt-get install smartdns|
141+
entware|ipkg update</br>ipkg install smartdns|Software source: https://bin.entware.net/
142+
124143
### Download the package
125144

126145
--------------
@@ -664,6 +683,9 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
664683
...
665684
````
666685
686+
1. More questions
687+
More questions, please read issue: [https://github.com/pymumu/smartdns/issues](https://github.com/pymumu/smartdns/issues)
688+
667689
## Compile
668690
669691
smartdns contains scripts for compiling packages, supports compiling luci, debian, openwrt, opare installation packages, and can execute `package/build-pkg.sh` compilation.

0 commit comments

Comments
 (0)