<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WildCard Alias too short]]></title><description><![CDATA[<p dir="auto">I was just working on multi-site WP Setup and had an issue with not being able to reach a site I created. I had setup the wildcard alias, I confirmed it made it to my DNS provider (<a href="http://gandi.net" target="_blank" rel="noopener noreferrer nofollow ugc">gandi.net</a>). <code>nslookup</code> confirmed the lookup was failing.</p>
<pre><code class="language-sh">$ nslookup gg.api.domain.net
Server:  UnKnown
Address:  2001:4888:24:ff00:223:d::

*** UnKnown can't find gg.api.domain.net: Non-existent domain
</code></pre>
<p dir="auto">I randomly did a different subdomain and got an interesting result...it worked.</p>
<pre><code class="language-sh">$ nslookup blah.api.domain.net
Server:  UnKnown
Address:  2001:4888:24:ff00:223:d::

Non-authoritative answer:
Name:    blah.api.domain.net
Address:  167.99.168.xxx
</code></pre>
<p dir="auto">This mad me wonder if the 2 letter domain was causing the issue. I changed the subdomain in the WP Network panel to something longer, and everything started working.</p>
<p dir="auto">I'm not sure if this is a Gandi limitation, a DNS limitation, or something else. But in-case others ran across this issue, I thought I'd give folks a heads up.</p>
]]></description><link>https://forum.cloudron.io/topic/4614/wildcard-alias-too-short</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 01:34:25 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4614.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Mar 2021 17:53:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WildCard Alias too short on Thu, 11 Mar 2021 17:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Just when I thought I understood DNS I learn about negative caching. Not sure if this was the issue, but it is possible. Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/27600</link><guid isPermaLink="true">https://forum.cloudron.io/post/27600</guid><dc:creator><![CDATA[moonmeister]]></dc:creator><pubDate>Thu, 11 Mar 2021 17:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to WildCard Alias too short on Mon, 08 Mar 2021 06:58:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moonmeister" aria-label="Profile: moonmeister">@<bdi>moonmeister</bdi></a> Just guessing here but in DNS world there is a thing called NXDOMAIN. When you look up a domain which is not there in DNS, then the error code is NXDOMAIN. This code is special that it's cached for a long time in the intermediate routers. I guess the reason is that people don't expect domains to appear and disappear randomly, so it makes sense to cache it longer. So, if by any chance you looked up <code>gg.api.domain.net</code> <em>before</em> the DNS has propagated, then it's probably cached over everywhere as NXDOMAIN. The cache is almost a day! See also <a href="https://serverfault.com/questions/426807/how-long-does-negative-dns-caching-typically-last" target="_blank" rel="noopener noreferrer nofollow ugc">https://serverfault.com/questions/426807/how-long-does-negative-dns-caching-typically-last</a></p>
<p dir="auto">Anyway, so what you want to do the next time around is to look up like this to be double sure that it's not related to above like this:</p>
<pre><code>host gg.api.domain.net &lt;IP ADDRESS OF GANDI DNS SERVER&gt;
</code></pre>
<p dir="auto">The above makes it go straight to GANDI DNS and gets the result. It's also not cached anywhere in your local NS. You can also try the above command with various popular NS like 8.8.8.8, 1.1.1.1 etc.</p>
]]></description><link>https://forum.cloudron.io/post/27307</link><guid isPermaLink="true">https://forum.cloudron.io/post/27307</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 08 Mar 2021 06:58:44 GMT</pubDate></item></channel></rss>