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
RHEL: Enabling standard ftp/telnet
Viewed 2722 times since Sun, May 27, 2018
Linux Add a Swap File – HowTo
Viewed 9858 times since Fri, Jun 8, 2018
Install Security Patches or Updates Automatically on CentOS and RHEL
Viewed 1507 times since Fri, Oct 26, 2018
Set Up SSH Tunneling on a Linux / Unix / BSD Server To Bypass NAT
Viewed 10995 times since Fri, May 15, 2020
How To Create a Linux Swap File
Viewed 2130 times since Fri, Jun 8, 2018
linux-training.be gives you books for free to study Linux
Viewed 4592 times since Sat, Jun 2, 2018
Securing /tmp and shm partitions
Viewed 2899 times since Fri, May 15, 2020
stunnel How To Set Up an SSL Tunnel Using Stunnel on Ubuntu
Viewed 1363 times since Sun, Dec 6, 2020
Using grep to find string in files
Viewed 1617 times since Fri, May 15, 2020
LVM: Extend an existing Volume Group by adding a new disk
Viewed 1777 times since Sat, Jun 2, 2018