2023-08-06 22:00:31 +08:00
2023-08-06 22:00:31 +08:00
2023-08-06 22:00:31 +08:00
2023-03-10 20:46:49 +08:00
2023-03-10 20:46:49 +08:00
2023-05-20 22:20:55 +08:00
2023-03-10 20:46:49 +08:00

SmartDNS 文档

SmartDNS文档仓库采用mkdocs生成代码仓包含中文英文两个版本的文档。

文档开发步骤

  1. 安装mkdocs工具https://squidfunk.github.io/mkdocs-material/getting-started/

  2. 下载文档代码

    git clone -b doc https://github.com/pymumu/smartdns.git
    
  3. 启动Serve模式验证

    make serve
    
  4. 启动English模式验证

    make serve-en
    
  5. 浏览器打开http://127.0.0.1:8000

  6. 安装markdown lint相关工具清除lint告警。

文档License

CC0 License

Description
A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。
Readme GPL-3.0 3.3 MiB
Languages
C 73.5%
C++ 15%
Shell 5.1%
JavaScript 2.9%
Lua 2.6%
Other 0.8%