mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2026-01-15 17:01:34 +01:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#! /bin/sh
|
|
|
|
drill -DQ -p 553 NS . @127.0.0.1 && \
|
|
drill -tDQ -p 553 NS . @127.0.0.1
|