An open API service indexing awesome lists of open source software.

https://github.com/akafeng/docker-smartdns

๐Ÿณ Docker Image Packaging for SmartDNS
https://github.com/akafeng/docker-smartdns

alpine dns dns-over-https dns-over-tls dns-server docker doh dot smartdns

Last synced: 17 days ago
JSON representation

๐Ÿณ Docker Image Packaging for SmartDNS

Awesome Lists containing this project

README

          



SmartDNS

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


Container Registry ยท
Project Source






---

### Pull The Image

```bash
$ docker pull ghcr.io/akafeng/smartdns
```

### Start Container

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