一个本地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:
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:
端口 | Port
创建配置文件/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/
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
Content type
Image
Digest
sha256:31a725409…
Size
12.6 MB
Last updated
about 1 month ago
docker pull pymumu/smartdns