Skip to content

akafeng/docker-smartdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

SmartDNS

A local DNS server to obtain the fastest website IP for the best Internet experience.

Container Registry · Project Source


Pull The Image

$ docker pull ghcr.io/akafeng/smartdns

Start Container

$ docker run -d \
  -p 53:53/udp \
  -v /etc/smartdns/:/etc/smartdns/ \
  --restart=always \
  --name=smartdns \
  ghcr.io/akafeng/smartdns