Not released on IPv6 yet
Not released on IPv6 yet
Posted Feb 9, 2024 18:32 UTC (Fri) by a5n (subscriber, #116766)Parent article: Gnuplot 6 comes with pie
IPv6: $ curl -6 -s -I 'http://gnuplot.info/ReleaseNotes_6_0_0.html' | grep -P '^(HTTP|Server)' HTTP/1.1 404 Not Found Server: Apache/2.2.17 (Linux/SUSE) IPv4: $ curl -4 -s -I 'http://gnuplot.info/ReleaseNotes_6_0_0.html' | grep -P '^(HTTP|Server)' HTTP/1.1 200 OK Server: nginx
