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
- Host: GitHub
- URL: https://github.com/akafeng/docker-smartdns
- Owner: akafeng
- Created: 2020-11-04T16:03:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:06:46.000Z (about 2 years ago)
- Last Synced: 2024-04-10T18:21:56.472Z (about 2 years ago)
- Topics: alpine, dns, dns-over-https, dns-over-tls, dns-server, docker, doh, dot, smartdns
- Language: Dockerfile
- Homepage: https://ghcr.io/akafeng/smartdns
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```