v1.1.0 #5
mguptahub
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v1.1.0
New Features
DNS_RELAY_SERVERS
environment variableImprovements
Enhanced DNS resolution strategy:
Better environment variable handling
Configuration
New Environment Variables
Documentation
Bug Fixes
Examples
Docker Run
docker run -d \ --name nanodns \ -p 5353:5353/udp \ -e DNS_PORT=5353 \ -e DNS_RELAY_SERVERS=8.8.8.8,1.1.1.1 \ -e "A_REC1=app.local|192.168.1.10" \ ghcr.io/mguptahub/nanodns:latest
Docker Compose
Testing
Contributors
@mguptahub and the NanoDNS community
Upgrading
No breaking changes from v1.0.0. Simply update to the new image version:
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions