<?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=6075&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Presentation and question about DoT]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6075</link>
		<description><![CDATA[The most recent posts in Presentation and question about DoT.]]></description>
		<lastBuildDate>Mon, 16 Oct 2023 08:55:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Presentation and question about DoT]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44895#p44895</link>
			<description><![CDATA[<p>IMO your best option is to run unbound as a local caching resolver. This is what OpenBSD does, and configuration examples for such should be easy enough to adapt.<br />Pretty sure dnsmasq can do this as well, if you prefer it.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Mon, 16 Oct 2023 08:55:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44895#p44895</guid>
		</item>
		<item>
			<title><![CDATA[Re: Presentation and question about DoT]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44893#p44893</link>
			<description><![CDATA[<p>Hello.</p><p>I&#039;m not sure about, I don&#039;t know much about this topic, I&#039;m learning&#160; now.</p><p>In <a href="https://dns0.eu" rel="nofollow">https://dns0.eu</a> there are some lines setting up something, I suppose is for a resolver, not a cache.<br />I&#039;d like to know how to setup something like this but without systemd.</p><p>Regards</p>]]></description>
			<author><![CDATA[dummy@example.com (Boina)]]></author>
			<pubDate>Mon, 16 Oct 2023 08:09:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44893#p44893</guid>
		</item>
		<item>
			<title><![CDATA[Re: Presentation and question about DoT]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44867#p44867</link>
			<description><![CDATA[<p>Are you looking for a local DNS cache or DNS resolver?<br />Like e.g. <span class="bbc">dnsmasq</span> or <span class="bbc">unbound</span>. Most likely these can be configured to use encrypted connections.</p><p>Edit: Just the colour.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Fri, 13 Oct 2023 21:33:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44867#p44867</guid>
		</item>
		<item>
			<title><![CDATA[Re: Presentation and question about DoT]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44863#p44863</link>
			<description><![CDATA[<p>The closest that I&#039;ve been able to find is <span class="bbc">Trust-DNS</span> (dns-over-https + dns-over-rustls).</p><p>Here are search results showing all variants:</p><div class="codebox"><pre class="vscroll"><code>$ apt search Trust-DNS
Sorting... Done
Full Text Search... Done
librust-async-std-resolver-dev/stable 0.22.0-1+b1 amd64
  Trust-DNS is a safe and secure DNS library, for async-std - Rust source code

librust-trust-dns-client-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS library - Rust source code

librust-trust-dns-proto-dev/stable 0.22.0-4 amd64
  Trust-DNS is a safe and secure DNS library - Rust source code

librust-trust-dns-resolver-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS library - Rust source code

librust-trust-dns-server+backtrace-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;backtrace&quot;

librust-trust-dns-server+dns-over-https-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dns-over-https&quot;

librust-trust-dns-server+dns-over-https-rustls-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dns-over-https-rustls&quot;

librust-trust-dns-server+dns-over-openssl-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dns-over-openssl&quot; and 2 more

librust-trust-dns-server+dns-over-rustls-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dns-over-rustls&quot;

librust-trust-dns-server+dnssec-openssl-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dnssec-openssl&quot;

librust-trust-dns-server+dnssec-ring-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;dnssec-ring&quot;

librust-trust-dns-server+h2-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;h2&quot;

librust-trust-dns-server+http-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;http&quot;

librust-trust-dns-server+openssl-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;openssl&quot;

librust-trust-dns-server+rusqlite-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;rusqlite&quot; and 1 more

librust-trust-dns-server+rustls-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;rustls&quot;

librust-trust-dns-server+tokio-openssl-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;tokio-openssl&quot;

librust-trust-dns-server+tokio-rustls-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;tokio-rustls&quot;

librust-trust-dns-server+trust-dns-resolver-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - feature &quot;trust-dns-resolver&quot; and 1 more

librust-trust-dns-server-dev/stable 0.22.0-2 amd64
  Trust-DNS is a safe and secure DNS server with DNSSec support - Rust source code</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Fri, 13 Oct 2023 11:02:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44863#p44863</guid>
		</item>
		<item>
			<title><![CDATA[Presentation and question about DoT]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44862#p44862</link>
			<description><![CDATA[<p>Hello all.</p><p>I&#039;m a long term Debian user (since 1998 I think), currently I&#039;m using Debian testing and sometimes Linux Mint. I&#039;m thinking to try Devuan too.</p><p>Last days I was reading about activate DoT (DNS over TLS), in Debian wiht systemd it seems relay on NetworkManager and a systemd optional service. But I was searching about implement it in a installation without systemd (Devuan), but I couldn&#039;t any info.</p><p>How would be such a service in Devuan?</p><p>Best regards and thanks in advanced</p>]]></description>
			<author><![CDATA[dummy@example.com (Boina)]]></author>
			<pubDate>Fri, 13 Oct 2023 10:00:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44862#p44862</guid>
		</item>
	</channel>
</rss>
