<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.openseamap.org/index.php?action=history&amp;feed=atom&amp;title=OpenSeaMap-dev%3AServer_FreeBSD_Dns</id>
	<title>OpenSeaMap-dev:Server FreeBSD Dns - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openseamap.org/index.php?action=history&amp;feed=atom&amp;title=OpenSeaMap-dev%3AServer_FreeBSD_Dns"/>
	<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Dns&amp;action=history"/>
	<updated>2026-04-21T08:29:44Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in OpenSeaMap-dev</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Dns&amp;diff=2136&amp;oldid=prev</id>
		<title>Dom: Add DNS configuration.</title>
		<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Dns&amp;diff=2136&amp;oldid=prev"/>
		<updated>2013-08-04T08:37:38Z</updated>

		<summary type="html">&lt;p&gt;Add DNS configuration.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== General ==&lt;br /&gt;
&lt;br /&gt;
The DNS services for OpenSeaMap don't run on own servers. Nevertheless it should be documented.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Install PowerDNS.&lt;br /&gt;
&lt;br /&gt;
 portmaster -d -B dns/powerdns&lt;br /&gt;
 (deselect database bindings)&lt;br /&gt;
&lt;br /&gt;
Create zone file.&lt;br /&gt;
&lt;br /&gt;
 vi /usr/local/etc/pdns/openseamap.org&lt;br /&gt;
   (content for zone file)&lt;br /&gt;
&lt;br /&gt;
Configure PowerDNS.&lt;br /&gt;
&lt;br /&gt;
 vi /usr/local/etc/pdns/bindbackend.conf&lt;br /&gt;
   options {&lt;br /&gt;
       directory &amp;quot;/usr/local/etc/pdns&amp;quot;;&lt;br /&gt;
   };&lt;br /&gt;
   &lt;br /&gt;
   zone &amp;quot;openseamap.org&amp;quot; {&lt;br /&gt;
       type master;&lt;br /&gt;
       file &amp;quot;openseamap.org&amp;quot;;&lt;br /&gt;
   };&lt;br /&gt;
&lt;br /&gt;
 vi /usr/local/etc/pdns/pdns.conf&lt;br /&gt;
   # IP address allowed to perform AXFR requests.&lt;br /&gt;
   allow-axfr-ips=x.x.x.x&lt;br /&gt;
   daemon=yes&lt;br /&gt;
   launch=bind&lt;br /&gt;
   bind-config=/usr/local/etc/pdns/bindbackend.conf&lt;br /&gt;
   bind-check-interval=300&lt;br /&gt;
   local-address=127.0.0.17&lt;br /&gt;
   local-ipv6=fec0::17&lt;br /&gt;
   master=yes&lt;br /&gt;
   setgid=pdns&lt;br /&gt;
   setuid=pdns&lt;br /&gt;
   version-string=anonymous&lt;br /&gt;
&lt;br /&gt;
Add user/group for DNS service.&lt;br /&gt;
&lt;br /&gt;
 pw groupadd pdns&lt;br /&gt;
 pw useradd pdns -g pdns -s /usr/sbin/nologin&lt;br /&gt;
&lt;br /&gt;
Start DNS service.&lt;br /&gt;
&lt;br /&gt;
 vi /etc/rc.conf&lt;br /&gt;
   pdns_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 service pdns start&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;br /&gt;
&lt;br /&gt;
Reload zone file.&lt;br /&gt;
&lt;br /&gt;
 pdns_control bind-reload-now openseamap.org&lt;/div&gt;</summary>
		<author><name>Dom</name></author>
		
	</entry>
</feed>