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
Split and Reassemble files
Viewed 3528 times since Mon, May 28, 2018
Jak ustawić LVM, jak robić snapshoty oraz automatycznie powiększać LV, czyli małe howto
Viewed 4584 times since Sun, May 20, 2018
HowTo: Send Email from an SMTP Server using the Command Line
Viewed 2028 times since Mon, Feb 18, 2019
RHEL: Retrieve and generate a unique SCSI identifier
Viewed 3139 times since Sat, Jun 2, 2018
Przekazywanie portów TCP rinetd
Viewed 43642 times since Thu, May 24, 2018
RHEL: Change system’s hostname
Viewed 3546 times since Sun, May 27, 2018
Secure NTP with NTS
Viewed 8458 times since Sun, Dec 6, 2020
Procedura powiekszania OCFS2 online
Viewed 5474 times since Fri, Jun 8, 2018
8 Vim Tips And Tricks That Will Make You A Pro User
Viewed 2972 times since Fri, Apr 19, 2019
20 Linux Command Tips and Tricks That Will Save You A Lot of Time linux
Viewed 4773 times since Thu, Apr 18, 2019