<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general">
    <title>gmane.network.dns.dnsmasq.general</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5867"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5866"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5865"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5864"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5863"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5862"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5861"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5860"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5859"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5858"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5857"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5856"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5855"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5854"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5853"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5852"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5851"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5850"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5849"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5848"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5867">
    <title>Re: A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5867</link>
    <description>&lt;pre&gt;
Understood. 


I'll give that a bit of thought. (/dev/rob0's suggestion of using SQLite
is suddenly more appealing in this light, as it involves fewer moving
parts...)

        -JP
&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-26T08:17:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5866">
    <title>Re: A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5866</link>
    <description>&lt;pre&gt;
SQLite was my first option, but it doesn't replicate "automatically".
Easy to set up with rsync or something like it, of course, but that
wouldn't enable two dnsmasq servers to consult the same live data.

        -JP
&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-25T20:08:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5865">
    <title>Re: A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5865</link>
    <description>&lt;pre&gt;
I'd suggest SQLite as a possibility. Easy to include, and as they 
say: "Small. Fast. Reliable. Choose any three."

http://sqlite.org/

I'm not sure how/if this would help with the goal of failover, but
I think it might be worth considering if there is to be external
database/storage for dnsmasq.
&lt;/pre&gt;</description>
    <dc:creator>/dev/rob0</dc:creator>
    <dc:date>2012-05-25T18:23:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5864">
    <title>Re: A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5864</link>
    <description>&lt;pre&gt;
It's necessary to decide what you're trying to achieve for failover. If
you want a system which just transparently keeps working when a DHCP
server fails, then the ISC server is the best bet, without a doubt.
Let's assume you don't want that, but don't want to be dead in the water
when a machine running dnsmasq fails.

The first thing to note is that DHCP sort of keeps working anyway. Even
if the server goes down and the lease database is lost, the clients will
continue to work until the leases  expire. What's more, if they get
towards the end of the lease period without contacting the DHCP server
that gave them a lease, they'll broadcast and accept a renewal from any
server. This works now. If you set the lease time to 2 days, and then
take down the dnsmasq server, you have a day to bring up dnsmasq on
another machine before any client loses network connectivity, and once
that second server is up, its lease database will gradually populate
with the all the clients that were in the old database,
_at_the_sam&lt;/pre&gt;</description>
    <dc:creator>Simon Kelley</dc:creator>
    <dc:date>2012-05-25T15:26:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5863">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5863</link>
    <description>&lt;pre&gt;
I'll support that as well.

Cheers,

Simon.
&lt;/pre&gt;</description>
    <dc:creator>Simon Kelley</dc:creator>
    <dc:date>2012-05-25T14:11:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5862">
    <title>Re: release for debian / ARMv5?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5862</link>
    <description>&lt;pre&gt;
Well, the Debian maintainer is me. The latest release (2.61) with DHCPv6
support is in the "testing" distro, so you should be able to download it
from the Debian mirrors. If you need a backport to Squeeze, I'm afraid
that building it yourself is the best bet: it's not in squeeze-backports
and I can't offer as I don't have an ARM system available.


2.47 may be more difficult: the source is probably gone from Debian by
now and whilst it is available in the dnsmasq Git repo, that doesn't
include the debian directory for old releases.

Cheers,

Simon.
&lt;/pre&gt;</description>
    <dc:creator>Simon Kelley</dc:creator>
    <dc:date>2012-05-25T14:10:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5861">
    <title>release for debian / ARMv5?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5861</link>
    <description>&lt;pre&gt;Can anyone tell me, if and where I can get a Debian "testing" version of
IPv6 enabled DnsMasq for Squeeze 2.6.38.8 armv5tel?
I don't like to compile it by myself, so I hope anybody here has contact
to the .deb packet maintainer here , or just knows about the state.

Same question aplies for SlugOS/LE 5.3 (2.6.27.8) from Optware with:
    Dnsmasq version 2.47  Copyright (C) 2000-2009 Simon Kelley
    Compile time options IPv6 GNU-getopt no-DBus no-I18N TFTP

regards,
MM
&lt;/pre&gt;</description>
    <dc:creator>Modem Man</dc:creator>
    <dc:date>2012-05-25T13:00:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5860">
    <title>Re: A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5860</link>
    <description>&lt;pre&gt;1,$s/Tryant/Tyrant/g

        -JP
&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-25T12:03:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5859">
    <title>A (possibly bad) idea: failover in dnsmasq</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5859</link>
    <description>&lt;pre&gt;Starting just a few days before the day the machine running dnsmasq in
my SOHO died, I was giving some thought to how I'd go about ensuring
a backup copy of dnsmasq could take over if my only running instance
died. Needless to say, the death of the machine left my small network in
shambles, because I couldn't connect to anything to fix things without
first configuring temporary static addresses; sans DHCP, stuff fails... :)

I'm anything but a DHCP specialist, but I want to bounce this idea off
you anyway, even if you mind. ;-)

The trick, as I understand it, in setting up more than a single dnsmasq
instance in a network, is to ensure that it uses --dhcp-script to STORE
the leases and --leasefile-ro to force the script to produce a list of
current leases ("init") from which a launching dnsmasq obtains its data
before going on its usual business.

If we were able to ensure the "data store" (i.e. lease database) were
available on two machines A and B (and up to date on both of course) the
solution would be eas&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-25T11:17:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5858">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5858</link>
    <description>&lt;pre&gt;
Go for it!

I recommend reading RFC 3597, Section 5 on the text-representation of
arbitrary DNS RR types, and if possible lean towards that, making lives
of people who copy paste RDATA easier. :)

        -JP
&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-25T11:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5857">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5857</link>
    <description>&lt;pre&gt;
No! The sun is shining and I'm lying in my hammock :-)

Well I was yesterday, back now.


Dnsmasq doesn't support SSHFP records. It doesn't support arbitrary DNS
records types at all and historically, support for particular record
types has been added ad-hoc for particular types that have proved to be
useful.

It would be possible to do the same thing for SSHFP, but possibly of
minimal use, given JP's discoveries.

An alternative would be to add some general RR-type support, rather like
the DHCP option support. You can specify any DHCP option, but if its one
dnsmasq doesn't know, you may have to do the encoding to hex yourself.

dhcp-option=30,00:01:02:03

This makes any option at least possible, even if you have to deal with
IETF's propensity for designing a new and interesting encoding for each
and every new option.


The same thing could by done for DNS RRs

dns-rr=44,02:01:34:56:.........

(44 is the RR type for SSHFP, according to RFC 4255)

relaxing the hex parsing to make colons and leading zeros opt&lt;/pre&gt;</description>
    <dc:creator>Simon Kelley</dc:creator>
    <dc:date>2012-05-25T10:56:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5856">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5856</link>
    <description>&lt;pre&gt;Hi JP,

thanks for your response. I'll work through the discussion and dive into
dnssec. Interesting topic I didn't get in touch...

br...: Gerd :...


On 24 May 2012 20:17, Jan-Piet Mens &amp;lt;jpmens.dns-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss-YFzxfK+dQ3ZKxzGo0kwUX62ZND6+EDdj&amp;lt; at &amp;gt;public.gmane.org
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
&lt;/pre&gt;</description>
    <dc:creator>Gerd Koenig</dc:creator>
    <dc:date>2012-05-24T19:58:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5855">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5855</link>
    <description>&lt;pre&gt;
This may or not be painful, if you're not using DNSSEC. (You may like to
glance at a discussion, and the comments, at [1].)


I don't think this is possible at the moment, but we'll have to ask
Simon. Simon? Are you there? :-)

        -JP

[1]: http://jpmens.net/2011/02/18/verifyhostkeydnsmaybe/
&lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-24T18:17:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5854">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5854</link>
    <description>&lt;pre&gt;Hi Richard,

thanks for answering....

Yes, it is possible to add both lines as a TXT-Record, but this is not what
I really want ;-) .
In the end I want to be able to establish a ssh connection to a remote host
and its public key should be offered by DNS. Therefore I have to add the
keys as "SSHFP-Record"s, so that I'm able to call via &amp;lt;&amp;lt;ssh
user&amp;lt; at &amp;gt;remotehost-o "VerifyHostKeyDNS=yes"&amp;gt;&amp;gt; and get a result line like
"Matching host key
fingerprint found in DNS".

Since I've nothing found, seems like dnsmasq doesn't support SSHFP-Records,
right ?!?!

br...: Gerd :...

On 24 May 2012 17:47, richardvoigt-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org &amp;lt;richardvoigt-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss-YFzxfK+dQ3ZKxzGo0kwUX62ZND6+EDdj&amp;lt; at &amp;gt;public.gmane.org
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
&lt;/pre&gt;</description>
    <dc:creator>Gerd Koenig</dc:creator>
    <dc:date>2012-05-24T17:57:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5853">
    <title>Re: dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5853</link>
    <description>&lt;pre&gt;dnsmasq doesn't use zone files.  You can try with txt-record= (see the
man page for details)

On Thu, May 24, 2012 at 5:44 AM, Gerd Koenig
&amp;lt;koenig.bodensee&amp;lt; at &amp;gt;googlemail.com&amp;gt; wrote:

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss&amp;lt; at &amp;gt;lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
&lt;/pre&gt;</description>
    <dc:creator>richardvoigt-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-24T15:47:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5852">
    <title>Re: Any plans on adding ability to storecachetodisk?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5852</link>
    <description>&lt;pre&gt;

I found out my problem was I had "wins" (for Samba name resolution) before 
"dns" in my /etc/nsswitch.conf file, and that was making all my name lookups 
take 10s of seconds (even minutes), despite my dig command showing lookups 
under 3s without my cache, and under 1s with dnsmasque.

So I guess I do not really need to save the cache anymore, although I still 
think it would be a nice addition anyway.

Thank you,
Timothy Madden
&lt;/pre&gt;</description>
    <dc:creator>Timothy Madden</dc:creator>
    <dc:date>2012-05-24T14:32:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5851">
    <title>dnsmasq and sshfp records</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5851</link>
    <description>&lt;pre&gt;Hi List,

I'm currently looking for a solution to provide ssh-keys via DNS. Seems
like sshfp records will solve this issue ... so far so good.
Since we are using dnsmasq as dns/dhcp/pxe-server I wanted to ask how to
put the generated sshfp records into dnsmasq ???
After searching for a while I got only guides for "how to create sshfp
records" or things like "put your sshfp records into dns"....not that
helpful.

Can somebody enlighten me if it is possible to offer ssh keys via dnsmasq,
and how to configure it ?

I tried it similar to the TXT-Records, therefore I created a config-file
sshfp.conf and inserted:
""
myhost SSHFP 1 1 cbe4...c6dc
myhost SSHFP 2 1 20ea...b241
""
But if I want to start dnsmasq I got the error:
""
Starting DNS forwarder and DHCP server: dnsmasq
dnsmasq: bad option at line 1 of /etc/dnsmasq.d/sshfp.conf
 failed!
""


any help appreciated...: Gerd :....
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss-YFzxfK+dQ3ZKxzGo0kwUX62ZND6+EDdj&amp;lt; at &amp;gt;public.gm&lt;/pre&gt;</description>
    <dc:creator>Gerd Koenig</dc:creator>
    <dc:date>2012-05-24T10:44:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5850">
    <title>Re: Dhcp discover client source ip not 0.0.0.0</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5850</link>
    <description>&lt;pre&gt;
That's useful information. Many thanks.

Cheers,

Simon.
&lt;/pre&gt;</description>
    <dc:creator>Simon Kelley</dc:creator>
    <dc:date>2012-05-23T08:12:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5849">
    <title>Re: Dhcp discover client source ip not 0.0.0.0</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5849</link>
    <description>&lt;pre&gt;Disabling source address verification for the affected interface
solves the packets being discarded by the kernel. It's enabled by
default on an Ubuntu server installation.

sysctl -w net.ipv4.conf.vlan20.rp_filter=0

Dnsmasq then, handles the lease just fine.

kubrick dnsmasq-dhcp[18951]: DHCPDISCOVER(vlan20) 192.168.168.7
74:44:01:78:e1:ed
kubrick dnsmasq-dhcp[18951]: DHCPOFFER(vlan20) 192.168.168.7 74:44:01:78:e1:ed
kubrick dnsmasq-dhcp[18951]: DHCPREQUEST(vlan20) 192.168.168.7
74:44:01:78:e1:ed
kubrick dnsmasq-dhcp[18951]: DHCPACK(vlan20) 192.168.168.7
74:44:01:78:e1:ed switch-02

IP 192.168.0.239.68 &amp;gt; 255.255.255.255.67: BOOTP/DHCP, Request from
74:44:01:78:e1:ed, length 259
IP 192.168.168.1.67 &amp;gt; 255.255.255.255.68: BOOTP/DHCP, Reply, length 300
IP 192.168.0.239.68 &amp;gt; 255.255.255.255.67: BOOTP/DHCP, Request from
74:44:01:78:e1:ed, length 307
IP 192.168.168.1.67 &amp;gt; 255.255.255.255.68: BOOTP/DHCP, Reply, length 300
&lt;/pre&gt;</description>
    <dc:creator>Sen Haerens</dc:creator>
    <dc:date>2012-05-23T07:50:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5848">
    <title>Re: Patch: Add --ping-timeout option</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5848</link>
    <description>&lt;pre&gt;
FWIW I've used dnsmasq to netboot 1368 diskless machines
simultaneously (or as close to simultaneously as possible), which for
each machine meant pxe, tftp kernel/initrd, dhcp address with new
kernel, pull down image, switchroot to image, dhcp primary address
again plus 2 (or more) additional VLAN interfaces. In our case the
bottleneck was distributing the large OS image, but all 1368 nodes
(less a few hardware failures) could be booted in under 15 minutes
from power on to running compute jobs with the dnsmasq portions
fitting into the first 5 - 8 minutes of that 15 minute window. I never
used --no-ping and the only significant observed failures were a small
number of VLAN interfaces for which dhcp failed, which were addressed
by a startup script that waited a random number of seconds and
retried. At least in my experience DNSmasq was capable of handling our
load well. DNSmasq itself ran on a host with a 1 Gbps interface and
images were served from SSD on a host with a 10 Gbe interface. Of
course, YMMV.

jb&lt;/pre&gt;</description>
    <dc:creator>John Hanks</dc:creator>
    <dc:date>2012-05-22T16:20:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5847">
    <title>Re: Dhcp discover client source ip not 0.0.0.0</title>
    <link>http://permalink.gmane.org/gmane.network.dns.dnsmasq.general/5847</link>
    <description>&lt;pre&gt;
It's logging fine for other clients, but not for the switch.
&lt;/pre&gt;</description>
    <dc:creator>Sen Haerens</dc:creator>
    <dc:date>2012-05-22T14:53:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.dns.dnsmasq.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.dns.dnsmasq.general</link>
  </textinput>
</rdf:RDF>

