<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>DNS &amp;mdash; Derixithy</title>
    <link>https://blog.usershare.nl/derixithy/tag:DNS</link>
    <description></description>
    <pubDate>Mon, 29 Jun 2026 04:21:46 +0000</pubDate>
    <item>
      <title>Getting .local domains working again</title>
      <link>https://blog.usershare.nl/derixithy/getting-local-domains-working-again</link>
      <description>&lt;![CDATA[I noticed in Ubuntu and Fedora that my service.docker.local domain names where not resolving by my DNS server.&#xA;&#xA;I fixed it in Fedora in the past but totally forgot about it later, now that i set up an Ubuntu device for me and my wife i got the issue again.&#xA;&#xA;The problem lies with how Fedora, Ubuntu (and probably much more distro&#39;s) resolve DNS. With the switch to systemd many more things began to be integrated within it, the same with DNS, which is now provided by systemd-resolved.service.&#xA;&#xA;You can disable it, but you will have no working DNS, there seem to be few ways how to go about it, but the way i did it now seems to be the easiest.&#xA;&#xA;First remove the current DNS config:&#xA;sudo rm -f /etc/resolv.conf&#xA;&#xA;Then swap it for a config with your local DNS.&#xA;sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf&#xA;&#xA;#DNS, #Homelab&#xA;span class=&#34;source&#34; source: notes.enovision.net/span]]&gt;</description>
      <content:encoded><![CDATA[<p>I noticed in Ubuntu and Fedora that my service.docker.local domain names where not resolving by my DNS server.</p>

<p>I fixed it in Fedora in the past but totally forgot about it later, now that i set up an Ubuntu device for me and my wife i got the issue again.</p>

<p>The problem lies with how Fedora, Ubuntu (and probably much more distro&#39;s) resolve DNS. With the switch to systemd many more things began to be integrated within it, the same with DNS, which is now provided by systemd-resolved.service.</p>

<p>You can disable it, but you will have no working DNS, there seem to be few ways how to go about it, but the way i did it now seems to be the easiest.</p>

<p>First remove the current DNS config:</p>

<pre><code class="language-sh">sudo rm -f /etc/resolv.conf
</code></pre>

<p>Then swap it for a config with your local DNS.</p>

<pre><code class="language-sh">sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
</code></pre>

<p><a href="/derixithy/tag:DNS" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DNS</span></a>, <a href="/derixithy/tag:Homelab" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Homelab</span></a>
<span class="source"> <a href="https://notes.enovision.net/linux/make-local-domain-work-on-ubuntu-server" rel="nofollow">source: notes.enovision.net</a></span></p>
]]></content:encoded>
      <guid>https://blog.usershare.nl/derixithy/getting-local-domains-working-again</guid>
      <pubDate>Wed, 17 Sep 2025 12:40:53 +0000</pubDate>
    </item>
  </channel>
</rss>