aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dnsd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dnsd/README.md b/cmd/dnsd/README.md
index 0e1e012..cb3921c 100644
--- a/cmd/dnsd/README.md
+++ b/cmd/dnsd/README.md
@@ -47,7 +47,7 @@ variable `FORWARD_SERVER` or the command line flag `-forward-server`.
### Docker
```console
-$ export DNSD_VERSION=1.0.2-6-g1a2bc63
+$ export DNSD_VERSION=v1.0.3
$ docker run --name dnsd -p 53:53/udp -dit --restart always xena/dnsd:$DNSD_VERSION \
dnsd -zone-url https://domain.hostname.tld/path/to/your.zone \
-zone-url https://domain.hostname.tld/path/to/adblock.zone \