config: add some config guide

This commit is contained in:
Nick Peng
2023-03-10 23:53:17 +08:00
parent dcb680ae88
commit 39efbda313
14 changed files with 507 additions and 184 deletions

View File

@@ -6,4 +6,14 @@ hide:
# 编译
## 编译安装包
SmartDNS 提供了编译软件包的脚本(`package/build-pkg.sh`),支持编译 LuCI、Debian、OpenWrt 和 Optware 安装包。
## docker镜像
在源代码根目录执行如下命令
```shell
docker build .
```