Skip to content

Instantly share code, notes, and snippets.

@flashlab
flashlab / dtjek
Last active February 6, 2024 06:48 — forked from westh/dtjek
🥞 a small distributed DNS checker – much like dnschecker.org but in your terminal, you could put it in /usr/local/bin or somewhere for easy access
#!/bin/bash
servers=(
"Cloudflare:1.1.1.1"
"Google:8.8.8.8"
"DNSpod:119.29.29.29"
"Aliyun:223.5.5.5"
"114:114.114.114.114"
"baidu:180.76.76.76"
"CNNIC:1.2.4.8"