@@ -9,19 +9,27 @@ Support Raspberry Pi, openwrt, ASUS router, Windows and other devices.
9
9
10
10
## Table Of Content
11
11
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 )
25
33
26
34
## Software Show
27
35
@@ -121,6 +129,17 @@ From the comparison, smartdns found the fastest IP address to visit www.baidu.co
121
129
122
130
## Usage
123
131
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
+
124
143
### Download the package
125
144
126
145
--------------
@@ -664,6 +683,9 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
664
683
...
665
684
````
666
685
686
+ 1. More questions
687
+ More questions, please read issue: [https://github.com/pymumu/smartdns/issues](https://github.com/pymumu/smartdns/issues)
688
+
667
689
## Compile
668
690
669
691
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