<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://heins.one/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Wissen - dns</title>
        <description></description>
        <link>https://heins.one/wiki/</link>
        <lastBuildDate>Sat, 11 Apr 2026 16:51:28 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://heins.one/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>Wissen</title>
            <link>https://heins.one/wiki/</link>
        </image>
        <item>
            <title>dns_mit_bind</title>
            <link>https://heins.one/wiki/doku.php?id=dns:dns_mit_bind&amp;rev=1720306456&amp;do=diff</link>
            <description>DNS mit Bind

Bind 10 ist da:

	*  &lt;http://www.pro-linux.de/news/1/print/19512/bind-10-in-version-100-freigegeben.html&gt;
	*  &lt;http://bind10.isc.org/wiki&gt;

Er ist (im Gegensatz zu seinen Vorgängern) modular und benötigt eine Python-Installation.

Kurz-Info


&gt; apt install ldnsutils &amp;&amp; apt purge bind9-dnsutils knot-dnsutils
&gt; apt autoremove

&gt; drill -Q heise.de
193.99.144.80

&gt; drill -Qx 193.99.144.80
redirector.heise.de.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 06 Jul 2024 22:54:16 +0000</pubDate>
        </item>
        <item>
            <title>dns_mit_unbound</title>
            <link>https://heins.one/wiki/doku.php?id=dns:dns_mit_unbound&amp;rev=1720319636&amp;do=diff</link>
            <description>DNS mit Unbound
&gt; apt install unbound
&gt; systemctl enable unbound
&gt; systemctl start unbound
&gt; systemctl status unbound

server:
	verbosity: 1

	port: 53
	#tls-port: 853
	interface-automatic: yes
	#interface-automatic-ports: &quot;53 853&quot;
	interface-automatic-ports: &quot;53&quot;

	do-ip4: yes
	do-ip6: yes
	prefer-ip4: no
	prefer-ip6: yes
	do-udp: yes
	do-tcp: yes

	use-syslog: yes
	log-time-ascii: yes
	log-queries: no
	log-replies: no
	log-tag-queryreply: yes
	log-local-actions: yes
	log-servfail: yes

	# apt …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 Jul 2024 02:33:56 +0000</pubDate>
        </item>
    </channel>
</rss>
