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
Linux An introduction to swap space on Linux systems
Viewed 3292 times since Thu, Jan 23, 2020
RHEL: iSCSI target/initiator configuration on RHEL7
Viewed 12516 times since Sat, Jun 2, 2018
RHEL: udev rules basics
Viewed 10963 times since Sat, Jun 2, 2018
Linux RedHat How To Create An RPM Package
Viewed 4192 times since Sun, Jan 9, 2022
RHEL: Manually encrypting a filesystem with LUKS
Viewed 4772 times since Sun, May 27, 2018
high swap space utilization in LINUX
Viewed 7355 times since Fri, Jul 13, 2018
A Simple Guide to Oracle Cluster File System (OCFS2) using iSCSI on Oracle Cloud Infrastructure
Viewed 9901 times since Sat, Jun 2, 2018
Turbocharge PuTTY with 12 Powerful Add-Ons – Software for Geeks #3
Viewed 15886 times since Sun, Sep 30, 2018
A tcpdump Tutorial and Primer with Examples
Viewed 6915 times since Sun, Jun 17, 2018
CentOS / RHEL : How to move a Volume Group from one system to another
Viewed 4803 times since Mon, Jan 28, 2019