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 Analyze or Read OS Watcher Output in three easy steps -- With Example ?
Viewed 44177 times since Thu, Jun 21, 2018
Extending Linux LVM partitions - scripts
Viewed 7474 times since Sun, May 20, 2018
Using grep to find string in files
Viewed 3248 times since Fri, May 15, 2020
ZPOOL: Create a new zpool for zfs filesystems
Viewed 3101 times since Sun, Jun 3, 2018
Increase A VMware Disk Size (VMDK) Formatted As Linux LVM without rebooting
Viewed 16828 times since Wed, May 30, 2018
Migrate a Linux System from Red Hat Enterprise to CentOS
Viewed 11304 times since Fri, May 15, 2020
haproxy linux
Viewed 3216 times since Sun, Dec 6, 2020
How to enable Proxy Settings for Yum Command on RHEL / CentOS Servers
Viewed 14264 times since Thu, Jul 19, 2018
Linux Audit The Linux security blog about Auditing, Hardening, and Compliance lynis
Viewed 2918 times since Thu, Jan 16, 2020
Fake A Hollywood Hacker Screen in Linux Terminal linux FUN
Viewed 7831 times since Thu, Apr 18, 2019