]> git.ipfire.org Git - thirdparty/squid.git/commit
Support multicast DNS
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Jun 2013 11:47:05 +0000 (05:47 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Jun 2013 11:47:05 +0000 (05:47 -0600)
commita079e38bc38f15150ec323e67ff463bfe011316f
treefc001f224dab376532694c4154991b0e0662be4d
parent8a70cdbb9d82bd3a55c9c8036eabbf0eb522725e
Support multicast DNS

Resolve .local domain names using mDNS one-shot queries ahead of regular
recursive DNS qeuries.

* adds the mDNS multicast group IPs as always-present entries in the
  nameservers list.

* filters each request. ".local" lookups are permitted to both the mDNS
  resolvers and the recursive resolvers, other requests are only
  permitted to the regular recursive resolvers.
doc/rfc/1-index.txt
doc/rfc/rfc6762.txt [new file with mode: 0644]
src/dns_internal.cc