<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Resolvers on Roy&#39;s Projects</title>
    <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/</link>
    <description>Recent content in Resolvers on Roy&#39;s Projects</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="http://roy.marples.name/projects/openresolv/configuration/resolvers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>BIND</title>
      <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/bind/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://roy.marples.name/projects/openresolv/configuration/resolvers/bind/</guid>
      <description>A simple local resolver file for BIND (named).
options { # This directory is distribution dependent - it&amp;#39;s commonly /etc/bind as well  directory &amp;#34;/etc/namedb&amp;#34;; listen-on { 127.0.0.1; }; allow-recursion { localhost; localnets; }; include &amp;#34;resolvconf-options.conf&amp;#34;; }; include &amp;#34;resolvconf-zones.conf&amp;#34;; # The below options are only here for completeness. # They are taken from the stock NetBSD install and may not # apply to your distribution configuration. zone &amp;#34;.&amp;#34; { type hint; file &amp;#34;root.</description>
    </item>
    
    <item>
      <title>dnsmasq</title>
      <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/dnsmasq/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://roy.marples.name/projects/openresolv/configuration/resolvers/dnsmasq/</guid>
      <description>A simple local resolver configuration for dnsmasq
domain-needed interface=lo # If dnsmasq is compiled for DBus then we can take # advantage of not having to restart dnsmasq. enable-dbus conf-file=/etc/dnsmasq-conf.conf resolv-file=/etc/dnsmasq-resolv.conf </description>
    </item>
    
    <item>
      <title>pdnsd</title>
      <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/pdnsd/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://roy.marples.name/projects/openresolv/configuration/resolvers/pdnsd/</guid>
      <description>A simple local resolver configuration for pdnsd
global { server_ip = 127.0.0.1; status_ctl = on; } server { # A server definition is required, even if emtpy.  label=&amp;#34;empty&amp;#34;; proxy_only=on; # If this configuation is read-only then you can include a resolv.conf  # style file using the below directive if you enable pdnsd_resolv in resolvconf.conf  # file=&amp;#34;/etc/pdnsd-resolv.conf&amp;#34;; } </description>
    </item>
    
    <item>
      <title>PowerDNS Recursor</title>
      <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/powerdns_recursor/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://roy.marples.name/projects/openresolv/configuration/resolvers/powerdns_recursor/</guid>
      <description>A simple local resolver configuration for PowerDNS Recursor
allow-from=127.0.0.0/8, ::1/128 forward-zones-file=/etc/recursor-zones.conf </description>
    </item>
    
    <item>
      <title>Unbound</title>
      <link>http://roy.marples.name/projects/openresolv/configuration/resolvers/unbound/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://roy.marples.name/projects/openresolv/configuration/resolvers/unbound/</guid>
      <description>A simple local resolver configuration for Unbound
include: &amp;#34;/etc/unbound-resolvconf.conf&amp;#34; server: pidfile: &amp;#34;/var/run/unbound.pid&amp;#34; # Allow reverse IPv4 local network queries local-zone: &amp;#34;10.in-addr.arpa.&amp;#34; nodefault local-zone: &amp;#34;168.192.in-addr.arpa.&amp;#34; nodefault </description>
    </item>
    
  </channel>
</rss>
