akafeng / docker-smartdns

🐳 Docker Image Packaging for SmartDNS

Home Page:https://ghcr.io/akafeng/smartdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🐳 Docker Image Packaging for SmartDNS

https://ghcr.io/akafeng/smartdns


Languages

Language:Dockerfile 100.0%