Skip to content

Latest commit

History

History
38 lines (29 loc) 路 1.04 KB

README.md

File metadata and controls

38 lines (29 loc) 路 1.04 KB

SmartDNS

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

Container RegistryProject 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