<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5333&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / dns error on certain webpages]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5333</link>
		<description><![CDATA[The most recent posts in dns error on certain webpages.]]></description>
		<lastBuildDate>Tue, 08 Nov 2022 18:17:17 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38494#p38494</link>
			<description><![CDATA[<p>It seems odd that two separate browsers all of a sudden would present the same error (without having been upgraded). Of course, they are both based on Qtwebengine, so that might be a clue.<br />Yet, if both Qutebrowser and Falkon had problems displaying a page like Distrowatch, I&#039;d think someone would have already noticed.<br />I&#039;m, still inclined to think I messed something up somehow.</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Tue, 08 Nov 2022 18:17:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38494#p38494</guid>
		</item>
		<item>
			<title><![CDATA[Re: dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38490#p38490</link>
			<description><![CDATA[<p>so dns looks fine now and it&#039;s just a browser problem. better send a bug report in those browser projects.</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Tue, 08 Nov 2022 11:03:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38490#p38490</guid>
		</item>
		<item>
			<title><![CDATA[Re: dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38486#p38486</link>
			<description><![CDATA[<p>Hi,<br />thanks for the feedback.</p><p>I spoke to my my internet provider who made a reconfiguration of my modem.<br />Now I can access lists.alpinelinux.org, but I still get an error on distrowatch. (Bad Request<br />Your browser sent a request that this server could not understand.) on Qutebrowser and Falkon, but it works fine on Waterfox.</p><div class="codebox"><pre><code>$ ping distrowatch.com
PING distrowatch.com(2a00:9080:1:58a::1) 56 data bytes
64 bytes from 2a00:9080:1:58a::1: icmp_seq=1 ttl=48 time=175 ms</code></pre></div><div class="codebox"><pre><code>$ dig distrowatch.com @8.8.8.8

; &lt;&lt;&gt;&gt; DiG 9.18.4-2~bpo11+1-Debian &lt;&lt;&gt;&gt; distrowatch.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 53423
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;distrowatch.com.		IN	A

;; ANSWER SECTION:
distrowatch.com.	10144	IN	A	82.103.129.71

;; Query time: 11 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Mon Nov 07 17:09:34 PST 2022
;; MSG SIZE  rcvd: 60</code></pre></div><p>This is my default nameserver</p><div class="codebox"><pre><code>$ dig distrowatch.com @192.168.1.254

; &lt;&lt;&gt;&gt; DiG 9.18.4-2~bpo11+1-Debian &lt;&lt;&gt;&gt; distrowatch.com @192.168.1.254
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 28168
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;distrowatch.com.		IN	A

;; ANSWER SECTION:
distrowatch.com.	9457	IN	A	82.103.129.71

;; Query time: 8 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Mon Nov 07 17:14:17 PST 2022
;; MSG SIZE  rcvd: 49</code></pre></div><div class="codebox"><pre><code>$ delv https://distrowatch.com/
;;   validating ./SOA: got insecure response; parent indicates it should be secure
;;   validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving &#039;com//DS/IN&#039;: 192.168.1.254#53
;; broken trust chain resolving &#039;https://distrowatch.com//A/IN&#039;: 192.168.1.254#53
;; resolution failed: broken trust chain</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Tue, 08 Nov 2022 01:18:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38486#p38486</guid>
		</item>
		<item>
			<title><![CDATA[Re: dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38480#p38480</link>
			<description><![CDATA[<div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>On Devuan dhclient is already there, so I tried to append the &#039;prepend domain-name-servers 8.8.8.8, 8.8.4.4;&#039; line but to no effect.</p></div></blockquote></div><p>What does &quot;no effect&quot; mean, exactly? Are you sure Devuan is using dhclient? Did you try disabling it and populating /etc/resolv.conf manually instead?</p><p>If accessing Google&#039;s DNS directly fixes your problem then the problem probably lies with the router or ISP, as xinomilo notes.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 07 Nov 2022 15:13:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38480#p38480</guid>
		</item>
		<item>
			<title><![CDATA[Re: dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38479#p38479</link>
			<description><![CDATA[<p>dig and ping only work for domain names, not HTTP urls... </p><p>so try :<br />dig lists.alpinelinux.org<br />ping lists.alpinelinux.org<br />dig distrowatch.com<br />ping distrowatch.com<br />etc...&#160; </p><p>you can also try <br />dig distrowatch.com @8.8.8.8<br />and post output here... </p><p>nothing seems wrong above.. curl which works with urls seems to work just fine. an &quot;output a mile wrong&quot; probably seems correct... <br />your `curl https://lists.alpinelinux.org` shows 404 (works fine here), which mean it resolves succesfully, but didn&#039;t find the resource.. </p><p>in general i would say you&#039;re experiencing network issues. or clock is failing, or something was manually changed in /etc/hosts or local resolver or router or isp or....</p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Mon, 07 Nov 2022 11:04:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38479#p38479</guid>
		</item>
		<item>
			<title><![CDATA[dns error on certain webpages]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38463#p38463</link>
			<description><![CDATA[<p>Hi,</p><p>today I got a strange issue on my Devuan Chimaera box which I had encountered and solved on Alpine a few weeks ago.</p><p>On qutebrowser and Falkon, when I go the the page https://lists.alpinelinux.org/ I get&#160; a &#039;404 Not Found nginx&#039; error.<br />I also get an error on https://distrowatch.com/ &#039;Bad Request Your browser sent a request that this server could not understand.&#039;<br />On waterfox, distrowatch works fine but lists.alpinelinux.org doesn&#039;t.<br />On Dillo, both lists.alpinelinux.org and distrowatch.com work fine.</p><p>Now, on Alpine, I solved the problem by installing dhclient and creating the file /etc/dhcp/dhclient.conf with the code:</p><div class="codebox"><pre><code>option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;

send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
	domain-name, domain-name-servers, domain-search, host-name,
	dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
	netbios-name-servers, netbios-scope, interface-mtu,
	rfc3442-classless-static-routes, ntp-servers;
	
prepend domain-name-servers 8.8.8.8, 8.8.4.4;</code></pre></div><p>On Devuan dhclient is already there, so I tried to append the &#039;prepend domain-name-servers 8.8.8.8, 8.8.4.4;&#039; line but to no effect.<br />Note that at the time, on Devuan the pages giving me errors worked fine. Except for an update/upgrade, I didn&#039;t change anything.</p><p>So, here what I have tried so far:</p><p>I tried on another Chimaera fresh install on my laptop = same error<br />I tried from Daedalus live cd with Firefox&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; = same error<br />I tried from Slitaz frugal with tazweb&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;= pages work fine</p><p>Here some more output:</p><p>alpine linux list page</p><div class="codebox"><pre><code>dig https://lists.alpinelinux.org/lists

; &lt;&lt;&gt;&gt; DiG 9.18.4-2~bpo11+1-Debian &lt;&lt;&gt;&gt; https://lists.alpinelinux.org/lists
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NXDOMAIN, id: 3831
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://lists.alpinelinux.org/lists. IN	A

;; AUTHORITY SECTION:
.			86398	IN	SOA	a.root-servers.net. nstld.verisign-grs.com. 2022110601 1800 900 604800 86400

;; Query time: 12 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Sun Nov 06 13:18:37 PST 2022
;; MSG SIZE  rcvd: 139</code></pre></div><div class="codebox"><pre><code>$ delv https://lists.alpinelinux.org/
;; validating ./DNSKEY: got insecure response; parent indicates it should be secure
;; insecurity proof failed resolving &#039;./DNSKEY/IN&#039;: 192.168.1.254#53
;; resolution failed: ncache nxdomain
; negative response, fully validated
; https://lists.alpinelinux.org/.	10800 IN \-ANY	;-$NXDOMAIN
; . SOA a.root-servers.net. nstld.verisign-grs.com. 2022110601 1800 900 604800 86400
; . RRSIG SOA ...
; . RRSIG NSEC ...
; . NSEC aaa. NS SOA RRSIG NSEC DNSKEY
; org. RRSIG NSEC ...
; org. NSEC organic. NS DS RRSIG NSEC</code></pre></div><div class="codebox"><pre><code>$ delv https://lists.alpinelinux.org/
;;   validating ./SOA: got insecure response; parent indicates it should be secure
;;   validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving &#039;org//DS/IN&#039;: 192.168.1.254#53
;; broken trust chain resolving &#039;https://lists.alpinelinux.org//A/IN&#039;: 192.168.1.254#53
;; resolution failed: broken trust chain</code></pre></div><div class="codebox"><pre><code>$ curl https://lists.alpinelinux.org/
&lt;html&gt;
&lt;head&gt;&lt;title&gt;404 Not Found&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt;center&gt;&lt;h1&gt;404 Not Found&lt;/h1&gt;&lt;/center&gt;
&lt;hr&gt;&lt;center&gt;nginx&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre></div><div class="codebox"><pre><code>$ ping https://lists.alpinelinux.org/
ping: https://lists.alpinelinux.org/: Name or service not known</code></pre></div><p>alpine linux website</p><div class="codebox"><pre><code>$ ping alpinelinux.org
PING alpinelinux.org(2604:1380:2002:4001::4 (2604:1380:2002:4001::4)) 56 data bytes
64 bytes from 2604:1380:2002:4001::4 (2604:1380:2002:4001::4): icmp_seq=1 ttl=47 time=170 ms</code></pre></div><div class="codebox"><pre class="vscroll"><code>$ curl https://alpinelinux.org/
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
    &lt;head&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;
        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
        &lt;meta name=&quot;description&quot; content=&quot;Alpine Linux&quot;&gt;
        &lt;title&gt;index | Alpine Linux&lt;/title&gt;

        &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/pure-min.css&quot; /&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/grids-responsive-min.css&quot; /&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/font-awesome.min.css&quot; /&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/styles.css&quot; /&gt;
        &lt;link rel=&quot;shortcut icon&quot; href=&quot;/alpine-logo.ico&quot; /&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;div id=&quot;wrapper&quot;&gt;
            &lt;header class=&quot;pure-g&quot; id=&quot;header&quot;&gt;
                &lt;div class=&quot;pure-u-1 pure-u-lg-4-24&quot;&gt;
                    &lt;div class=&quot;logo&quot;&gt;
                        &lt;a href=&quot;/&quot;&gt;&lt;img src=&quot;/alpinelinux-logo.svg&quot; class=&quot;pure-img&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;input type=&quot;checkbox&quot; id=&quot;menu-toggle-cb&quot;&gt;
                &lt;label id=&quot;menu-toggle&quot; for=&quot;menu-toggle-cb&quot; onclick&gt;&lt;s class=&quot;bar&quot;&gt;&lt;/s&gt;&lt;s class=&quot;bar&quot;&gt;&lt;/s&gt;&lt;s class=&quot;bar&quot;&gt;&lt;/s&gt;&lt;/label&gt;
                &lt;div class=&quot;pure-u-1 pure-u-lg-20-24 box-relative menu-wrapper&quot;&gt;
                    &lt;nav class=&quot;pure-menu pure-menu-horizontal menu-local&quot;&gt;
                        &lt;ul class=&quot;pure-menu-list&quot;&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;/about&quot; class=&quot;pure-menu-link&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;/downloads&quot; class=&quot;pure-menu-link&quot;&gt;Downloads&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;/releases&quot; class=&quot;pure-menu-link&quot;&gt;Releases&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;/community&quot; class=&quot;pure-menu-link&quot;&gt;Community&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;/sponsors&quot; class=&quot;pure-menu-link&quot;&gt;Sponsors&lt;/a&gt;&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/nav&gt;
                    &lt;nav class=&quot;pure-menu pure-menu-horizontal menu-external&quot;&gt;
                        &lt;ul class=&quot;pure-menu-list&quot;&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://docs.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;docs&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://wiki.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;wiki&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://gitlab.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;git&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://gitlab.alpinelinux.org/alpine/aports/-/issues&quot; class=&quot;pure-menu-link&quot;&gt;issues&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://pkgs.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;packages&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://mirrors.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;mirrors&lt;/a&gt;&lt;/li&gt;
                            &lt;li class=&quot;pure-menu-item&quot;&gt;&lt;a href=&quot;https://security.alpinelinux.org&quot; class=&quot;pure-menu-link&quot;&gt;security&lt;/a&gt;&lt;/li&gt;
                        &lt;/ul&gt;
                    &lt;/nav&gt;
                &lt;/div&gt;
            &lt;/header&gt;
            &lt;div class=&quot;banner&quot;&gt;
                &lt;div class=&quot;banner-content&quot;&gt;
                    &lt;h1&gt;Small. Simple. Secure.&lt;/h1&gt;
                    &lt;h3&gt;Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.&lt;/h3&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div id=&quot;content&quot; class=&quot;index&quot;&gt;
                &lt;div class=&quot;pagedate&quot;&gt;
                    &lt;time datetime=&quot;&quot;&gt;&lt;/time&gt;
                &lt;/div&gt;
                &lt;div class=&quot;pure-g&quot;&gt;
   
    &lt;div class=&quot;pure-u-1 pure-u-md-1-2&quot;&gt;
        &lt;div class=&quot;l-box&quot;&gt;
            &lt;h2&gt;
                &lt;a href=&quot;/atom.xml&quot; class=&quot;atom&quot;&gt;&lt;i class=&quot;fa fa-rss&quot;&gt;&lt;/i&gt;&lt;/a&gt;
                Alpine News
            &lt;/h2&gt;
            &lt;ul class=&quot;home-list&quot;&gt;
                &lt;li&gt;&lt;time&gt;2022-08-09&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.13.12-3.14.8-3.15.6-3.16.2-released.html&quot;&gt;Alpine 3.13.12, 3.14.8, 3.15.6 and 3.16.2 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-07-19&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.13.11-3.14.7-3.15.5-released.html&quot;&gt;Alpine 3.13.11, 3.14.7 and 3.15.5 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-07-18&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.16.1-released.html&quot;&gt;Alpine 3.16.1 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-07-14&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-edge-signing-keys-rotated.html&quot;&gt;Alpine Linux edge signing keys rotated&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-05-23&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.16.0-released.html&quot;&gt;Alpine 3.16.0 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-04-04&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html&quot;&gt;Alpine 3.12.12, 3.13.10, 3.14.6 and 3.15.4 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-03-28&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html&quot;&gt;Alpine 3.12.11, 3.13.9, 3.14.5 and 3.15.3 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-03-23&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.15.2-released.html&quot;&gt;Alpine 3.15.2 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-03-17&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.12.10-3.13.8-3.14.4-released.html&quot;&gt;Alpine 3.12.10, 3.13.8 and 3.14.4 released&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time&gt;2022-03-16&lt;/time&gt;  &lt;a href=&quot;posts/Alpine-3.15.1-released.html&quot;&gt;Alpine 3.15.1 released&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;a class=&quot;pure-button read-more&quot; href=&quot;/posts&quot;&gt;Read more&lt;/a&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class=&quot;pure-u-1 pure-u-md-1-2&quot;&gt;
        &lt;div class=&quot;l-box&quot;&gt;
            &lt;h2&gt;
                &lt;a href=&quot;https://gitlab.alpinelinux.org/alpine/aports&quot; class=&quot;cgit&quot;&gt;
                    &lt;i class=&quot;fa fa-git &quot;&gt;&lt;/i&gt;
                &lt;/a&gt;
                Latest development
            &lt;/h2&gt;
            &lt;ul class=&quot;home-list&quot;&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T21:41:33+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=a11f31670c86cbf0655a0ad5724b5fd30154f1ed&quot;&gt;testing&amp;#x2F;php7-pecl-igbinary: upgrade to 3.2.11&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T21:41:07+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=7805d2911f8c124c2c5838ec521e32cb67a5a380&quot;&gt;testing&amp;#x2F;php8-pecl-igbinary: upgrade to 3.2.11&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T21:40:35+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=6b14763a93e44ae193c1884b9aa36db276620be4&quot;&gt;testing&amp;#x2F;php82-pecl-igbinary: upgrade to 3.2.11&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T21:40:06+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=974c75bdd44af0ae737a1c83926f353d2c79e76a&quot;&gt;community&amp;#x2F;php81-pecl-igbinary: upgrade to 3.2.11&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T20:19:06+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=d3a307eaa18940711b507972fd0ad613ad75b363&quot;&gt;community&amp;#x2F;php81-pecl-igbinary: upgrade to 3.2.10&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T20:19:06+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=c996011c7ecaa5751351fb1a74b4a772253bcb40&quot;&gt;testing&amp;#x2F;php82-pecl-igbinary: upgrade to 3.2.10&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T20:19:06+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=51af7764ee5f3ddbce1c6502b97566255bab79ac&quot;&gt;testing&amp;#x2F;php8-pecl-igbinary: upgrade to 3.2.10&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T20:19:06+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=7e1f46e51a4d39f49dac88283a65612e2ea5b28f&quot;&gt;testing&amp;#x2F;php7-pecl-igbinary: upgrade to 3.2.10&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T20:13:36+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=ceea2c91524f8256d392260d489647346777f02e&quot;&gt;community&amp;#x2F;zabbix: upgrade to 6.2.4&lt;/a&gt;&lt;/li&gt;
                &lt;li&gt;&lt;time datetime=&quot;2022-11-06T18:39:44+00:00&quot;&gt;2022-11-06&lt;/time&gt;  &lt;a href=&quot;http://git.alpinelinux.org/aports/commit/?id=8d2c7b1891416741111f1dc99f8d0d19d612b476&quot;&gt;community&amp;#x2F;py3-platformdirs: upgrade to 2.5.3&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;a class=&quot;pure-button read-more&quot; href=&quot;https://gitlab.alpinelinux.org/alpine/aports/-/commits/master&quot;&gt;Read more&lt;/a&gt;
        &lt;/div&gt;
    &lt;/div&gt;

&lt;/div&gt; &lt;!-- end pure-g --&gt;

            &lt;/div&gt; &lt;!-- end content --&gt;
            &lt;footer&gt;&amp;copy; Copyright 2022 Alpine Linux Development Team all rights reserved | &lt;a href=&quot;/privacy-policy.html&quot;&gt;Privacy Policy&lt;/a&gt;&lt;/footer&gt;
        &lt;/div&gt; &lt;!-- end wrapper --&gt;
    &lt;/body&gt;
&lt;/html&gt;</code></pre></div><p>distrowatch</p><div class="codebox"><pre><code>$ dig https://distrowatch.com/

; &lt;&lt;&gt;&gt; DiG 9.18.4-2~bpo11+1-Debian &lt;&lt;&gt;&gt; https://distrowatch.com/
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NXDOMAIN, id: 29820
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://distrowatch.com/.	IN	A

;; AUTHORITY SECTION:
.			86383	IN	SOA	a.root-servers.net. nstld.verisign-grs.com. 2022110601 1800 900 604800 86400

;; Query time: 8 msec
;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
;; WHEN: Sun Nov 06 14:29:46 PST 2022
;; MSG SIZE  rcvd: 128</code></pre></div><div class="codebox"><pre><code>$ delv https://distrowatch.com/
;;   validating ./SOA: got insecure response; parent indicates it should be secure
;; insecurity proof failed resolving &#039;https://distrowatch.com//A/IN&#039;: 192.168.1.254#53
;; resolution failed: ncache nxdomain
; negative response, fully validated
; https://distrowatch.com/. 10800	IN	\-ANY	;-$NXDOMAIN
; . SOA a.root-servers.net. nstld.verisign-grs.com. 2022110601 1800 900 604800 86400
; . RRSIG SOA ...
; . RRSIG NSEC ...
; . NSEC aaa. NS SOA RRSIG NSEC DNSKEY
; com. RRSIG NSEC ...
; com. NSEC comcast. NS DS RRSIG NSEC</code></pre></div><p>curl gave me an output a mile long.</p><div class="codebox"><pre><code>$ ping https://distrowatch.com/
ping: https://distrowatch.com/: Name or service not known</code></pre></div><p>Any suggestions as to what I could do?</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sun, 06 Nov 2022 22:17:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38463#p38463</guid>
		</item>
	</channel>
</rss>
