update dnsd
This commit is contained in:
parent
6ebf19c958
commit
f0b9ddfce8
|
@ -192,7 +192,7 @@ This should produce `adblock.zone` in the current working directory. Put this fi
|
||||||
The easy way:
|
The easy way:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ export DNSD_VERSION=v1.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 \
|
$ 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 \
|
dnsd -zone-url https://domain.hostname.tld/path/to/your.zone \
|
||||||
-zone-url https://domain.hostname.tld/path/to/adblock.zone \
|
-zone-url https://domain.hostname.tld/path/to/adblock.zone \
|
||||||
|
|
Loading…
Reference in New Issue