Sign inSign up

pymumu/smartdns

By pymumu

Updated about 1 month ago

SmartDNS official docker images

Image
31

100K+

pymumu/smartdns repository overview

SmartDNS

一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT,DoQ。
A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH, DoQ.

源代码 | Source Code: https://github.com/pymumu/smartdns
文档 | Document: https://pymumu.github.io/smartdns
支持的架构 | Supported Architecture:

  • X86-64
  • ARM64

镜像说明 | Image description:

smartdns默认配置文件路径为/etc/smartdns,默认的服务端口为53, 所有的运行日志会输出到终端上。
The default configuration directory for the image is /etc/smartdns/, and the default port for the image is 53. All logs will be output to the terminal.

默认的卷说明 | Volumes:

  • /etc/smartdns:配置文件目录 | Configuration file directory
  • /var/lib/smartdns:UI数据文件目录 | Data directory

端口 | Port

  • 53:DNS服务端口 | DNS Server Port
  • 6080:WebUI服务端口 | WebUI Server Port

配置说明 | Configuration Instructions:

创建配置文件/etc/smartdns/smartdns.conf,添加如下必须的配置项目:
Create the /etc/smartdns/smartdns.conf file and add the following configuration:

bind [::]:53
server 8.8.8.8
server 1.1.1.1

启用WebUI服务
Enable WebUI service.

plugin smartdns_ui.so

更多配置指导参考:https://pymumu.github.io/smartdns/config/basic-config/
For more configuration guidance, please refer to: https://pymumu.github.io/smartdns/en/config/basic-config/

启动镜像 | Starting the image:

docker run -d --name smartdns --restart=always -p 53:53/udp -p 53:53/tcp -p 6080:6080 -v /etc/smartdns:/etc/smartdns -v /var/lib/smartdns:/var/lib/smartdns pymumu/smartdns:latest

Tag summary

Content type

Image

Digest

sha256:31a725409

Size

12.6 MB

Last updated

about 1 month ago

docker pull pymumu/smartdns