mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-11 07:10:32 +00:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
drill -DQ -p 553 NS . @127.0.0.1 &&
|
|
drill -tDQ -p 553 NS . @127.0.0.1
|