mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 10:10:00 +00:00
Document how to get block count
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
db7c4809ea
commit
476f2948af
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ $ docker build -t personal-dns .
|
|||
$ docker run --rm -ti -p 53:53 -p 53:53/udp personal-dns
|
||||
$ dig +short @<ip of your container> TXT version.pdns.luzifer.io
|
||||
"0ecb98c @ 2019-08-25 19:25:14 +00:00"
|
||||
$ dig +short @<ip of your container> TXT count.pdns.luzifer.io
|
||||
"128561"
|
||||
```
|
||||
|
||||
### Connect your computer to the container
|
||||
|
|
Loading…
Reference in a new issue