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
RHCS6: Extend an existing Logical Volume / GFS2 filesystem
Viewed 3102 times since Sun, Jun 3, 2018
8 Vim Tips And Tricks That Will Make You A Pro User
Viewed 2820 times since Fri, Apr 19, 2019
debian Debian/Ubuntu Linux: Find If Installed APT Package Includes a Fix/Patch Via CVE Number
Viewed 9316 times since Sun, Sep 23, 2018
Extending Linux LVM partitions script
Viewed 6263 times since Wed, Feb 6, 2019
Moving SSL Certificate from IIS to Apache
Viewed 1862 times since Mon, Feb 18, 2019
SSL HowTo: Decode CSR
Viewed 4831 times since Mon, Feb 18, 2019
LVM: Create a new Logical Volume / Filesystem
Viewed 1973 times since Sat, Jun 2, 2018
How to convert RAW image to VDI and otherwise
Viewed 14785 times since Wed, Oct 3, 2018
How To Use the Linux Auditing System on CentOS 7
Viewed 3784 times since Fri, Apr 5, 2019
systemctl Use systemd to Start a Linux Service at Boot
Viewed 5601 times since Mon, Dec 7, 2020