Jak znaleźć najszybszy publiczny serwer DNS w Polsce?

curl -s http://public-dns.info/nameserver/pl.csv > list; cat list | cut -d "," -f1 | \
xargs -i timeout 1 ping -c1 -w 1 {} | grep time | \
sed -u "s/.* from \([^:]*\).*time=\([^ ]*\).*/\2\t\1/g" | grep -v "1 packets" | sort -n
 
 
 
source: https://nfsec.pl/1line/5935
Attachments
There are no attachments for this article.
Related Articles RSS Feed
How To Run Multiple SSH Command On Remote Machine And Exit Safely
Viewed 4527 times since Tue, Aug 6, 2019
ZPOOL: Grow a zpool by adding new device(s)
Viewed 6183 times since Sun, Jun 3, 2018
Linux PAM configuration that allows or deny login via the sshd server
Viewed 2097 times since Wed, Oct 3, 2018
Expand or grow a file system on a Linux VMWare VM without downtime
Viewed 11787 times since Fri, Jul 27, 2018
Linux 16 Useful Bandwidth Monitoring Tools to Analyze Network Usage in Linux
Viewed 15644 times since Mon, Sep 21, 2020
How to accurately determine when the system was booted
Viewed 2432 times since Wed, Oct 3, 2018
Modifying the inode count for an ext2/ext3/ext4 file system
Viewed 15547 times since Fri, Sep 18, 2020
OpenSSL: Find Out SSL Key Length – Linux Command Line
Viewed 7295 times since Mon, Feb 18, 2019
linux-training.be gives you books for free to study Linux
Viewed 5076 times since Sat, Jun 2, 2018
How to encrypt a partition using LUKS?
Viewed 1970 times since Fri, Jul 13, 2018