Skip to content

Commit

Permalink
Add --host-record support to dnsmasq
Browse files Browse the repository at this point in the history
--host-record=<name>[,<name>....][<IPv4-address>],[IPv6-address]

Add A, AAAA and PTR records to the DNS. This adds one or more names to
the DNS with associated IPv4 (A) and IPv6 (AAAA) records. A name may
appear in more than one host-record and thus be assigned more than one
address.
  • Loading branch information
Dave Taht committed Mar 19, 2012
1 parent 5e9af6d commit 6a2d197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/dnsmasq/Makefile
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dnsmasq
PKG_VERSION:=2.60-1-4-git
PKG_VERSION:=2.60-1-5-git
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://thekelleys.org.uk/dnsmasq.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=40ef23b547a9b89270d2462a27ea34ad2e55169b
PKG_SOURCE_VERSION:=e759d426fa08a65455061823ffb83efaf3972fbb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz

#PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down

0 comments on commit 6a2d197

Please sign in to comment.