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 use yum-cron to automatically update RHEL/CentOS Linux 6.x / 7.x
Viewed 4495 times since Tue, Dec 4, 2018
How to run command or code in parallel in bash shell under Linux or Unix
Viewed 2623 times since Tue, Aug 6, 2019
Check Detailed CPU Information In Linux With CoreFreq [Advanced]
Viewed 1886 times since Thu, Apr 18, 2019
Linux - Cannot login from remote console but can access via ssh
Viewed 4041 times since Fri, Jun 8, 2018
Securing /tmp and shm partitions
Viewed 2634 times since Fri, May 15, 2020
How do I add ethtool settings to a network device permanently?
Viewed 6071 times since Mon, May 21, 2018
How To Add Swap Space on Ubuntu 16.04
Viewed 2032 times since Fri, Jun 8, 2018
RHEL: Display swap/RAM size
Viewed 2791 times since Sat, Jun 2, 2018
Using stunnel to Encrypt Database Connections
Viewed 2476 times since Fri, Sep 28, 2018
LVM: Rename root VG/LV
Viewed 6959 times since Sat, Jun 2, 2018