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 Find Large Files
Viewed 3128 times since Mon, Oct 29, 2018
socat: Linux / UNIX TCP Port Forwarder
Viewed 9924 times since Tue, Aug 6, 2019
INSTALACJA MIB SNMP W SYSTEMIE CENTOS/RHEL 6
Viewed 13197 times since Fri, Nov 30, 2018
Index » Community Contributions » System encryption using LUKS and GPG encrypted keys for arch linux
Viewed 3442 times since Fri, Jul 13, 2018
LVM: Reduce an existing Logical Volume / Filesystem
Viewed 3778 times since Sat, Jun 2, 2018
Open SSL Encrypt & Decrypt Files With Password Using OpenSSL
Viewed 8737 times since Mon, Feb 18, 2019
debian Install a newer kernel in Debian 9 (stretch) stable
Viewed 2001 times since Sun, Sep 23, 2018
Linux LVM recovery
Viewed 18057 times since Wed, Jan 23, 2019
Open SSL HowTo: Decode SSL Certificate
Viewed 6316 times since Mon, Feb 18, 2019
A Simple Guide to Oracle Cluster File System (OCFS2) using iSCSI on Oracle Cloud Infrastructure
Viewed 8745 times since Sat, Jun 2, 2018